summaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'structs.h')
-rw-r--r--structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.h b/structs.h
index f4287bb..da02976 100644
--- a/structs.h
+++ b/structs.h
@@ -30,4 +30,5 @@ struct Frame
//If it isn't a client
TileDir dir;
std::vector<int> subFrameIDs;
+ bool isRoot;
};