summaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'structs.h')
-rw-r--r--structs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/structs.h b/structs.h
index c238413..0ace524 100644
--- a/structs.h
+++ b/structs.h
@@ -2,6 +2,8 @@
#include <X11/Xlib.h>
+#include <X11/extensions/Xrandr.h>
+#include <string>
#include <vector>
#define noID -1
@@ -35,4 +37,11 @@ struct Frame
std::vector<int> subFrameIDs;
bool isRoot;
std::vector<int> floatingFrameIDs;
+ //int whichChildFocused = 0;
+};
+
+struct ScreenInfo
+{
+ std::string name;
+ int x, y, w, h;
};