summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBossCode45 <boss@tehbox.org>2025-05-11 18:17:27 +1200
committerBossCode45 <boss@tehbox.org>2025-06-08 23:29:33 +1200
commit6698e92f6d7574a31a6d0e17acf63edf9f689102 (patch)
tree96dec36f65651889a5f6ee80bb917b5bfc0f2bc3 /src/structs.h
parent7dd44834f0af18cca87786a2050ae69928b7a397 (diff)
downloadYATwm-6698e92f6d7574a31a6d0e17acf63edf9f689102.tar.gz
YATwm-6698e92f6d7574a31a6d0e17acf63edf9f689102.zip
feat: A few minor bug fixesv0.0.2main
Fixed keybinding errors Hopefully fixed multiple monitor status bar workspaces Refactored EWMH module
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h3
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