diff options
| author | BossCode45 <boss@tehbox.org> | 2025-05-11 18:17:27 +1200 |
|---|---|---|
| committer | BossCode45 <boss@tehbox.org> | 2025-06-08 23:29:33 +1200 |
| commit | 6698e92f6d7574a31a6d0e17acf63edf9f689102 (patch) | |
| tree | 96dec36f65651889a5f6ee80bb917b5bfc0f2bc3 /src/structs.h | |
| parent | 7dd44834f0af18cca87786a2050ae69928b7a397 (diff) | |
| download | YATwm-6698e92f6d7574a31a6d0e17acf63edf9f689102.tar.gz YATwm-6698e92f6d7574a31a6d0e17acf63edf9f689102.zip | |
Fixed keybinding errors
Hopefully fixed multiple monitor status bar workspaces
Refactored EWMH module
Diffstat (limited to 'src/structs.h')
| -rw-r--r-- | src/structs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h index 5273f52..ddeff5d 100644 --- a/src/structs.h +++ b/src/structs.h @@ -2,8 +2,9 @@ #include <X11/Xlib.h> -#include <X11/extensions/Xrandr.h> +#include <cstdint> #include <string> +#include <sys/types.h> #include <vector> #define noID -1 |
