diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-08-31 18:29:52 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-08-31 18:29:52 +1200 |
| commit | cda9283495096867ffa5805b270a8113f592ae7e (patch) | |
| tree | 689263b2bd5e30058540a5d490008fb3afc96168 /structs.h | |
| parent | 3cac5d316811ecf081b54a437607bca2d4b2a68b (diff) | |
| download | YATwm-cda9283495096867ffa5805b270a8113f592ae7e.tar.gz YATwm-cda9283495096867ffa5805b270a8113f592ae7e.zip | |
Floating windows kinda
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; }; |
