From a34c161a6643f184348f42235bcda46352b68da0 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sun, 18 Sep 2022 14:38:41 +1200 Subject: Starting work on multiple monitors --- structs.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'structs.h') diff --git a/structs.h b/structs.h index c238413..f58a8cd 100644 --- a/structs.h +++ b/structs.h @@ -2,6 +2,8 @@ #include +#include +#include #include #define noID -1 @@ -36,3 +38,9 @@ struct Frame bool isRoot; std::vector floatingFrameIDs; }; + +struct ScreenInfo +{ + std::string name; + int x, y, w, h; +}; -- cgit v1.2.3