diff options
Diffstat (limited to 'structs.h')
| -rw-r--r-- | structs.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,8 @@ #include <X11/Xlib.h> +#include <X11/extensions/Xrandr.h> +#include <string> #include <vector> #define noID -1 @@ -36,3 +38,9 @@ struct Frame bool isRoot; std::vector<int> floatingFrameIDs; }; + +struct ScreenInfo +{ + std::string name; + int x, y, w, h; +}; |
