summaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'structs.h')
-rw-r--r--structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.h b/structs.h
index e1de3ed..c238413 100644
--- a/structs.h
+++ b/structs.h
@@ -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;
};