summaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-12-14 20:02:16 +1300
committerBossCode45 <human.cyborg42@gmail.com>2022-12-14 20:02:16 +1300
commit7ec43dd82b8507e1cc4d1b8b1ab1af2298c77c84 (patch)
treea1fa3dcb88e0134d7475f44908a77802d875563b /structs.h
parent6ea2604001ccfa597ae729681f37b3d7bbef3a1a (diff)
downloadYATwm-7ec43dd82b8507e1cc4d1b8b1ab1af2298c77c84.tar.gz
YATwm-7ec43dd82b8507e1cc4d1b8b1ab1af2298c77c84.zip
Final commit before merge
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 f58a8cd..0ace524 100644
--- a/structs.h
+++ b/structs.h
@@ -37,6 +37,7 @@ struct Frame
std::vector<int> subFrameIDs;
bool isRoot;
std::vector<int> floatingFrameIDs;
+ //int whichChildFocused = 0;
};
struct ScreenInfo