diff options
Diffstat (limited to 'structs.h')
| -rw-r--r-- | structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,7 @@ struct Client { int ID; Window w; + bool floating; }; enum TileDir @@ -33,4 +34,5 @@ struct Frame TileDir dir; std::vector<int> subFrameIDs; bool isRoot; + std::vector<int> floatingFrameIDs; }; |
