summaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-08-28 18:22:59 +1200
committerBossCode45 <human.cyborg42@gmail.com>2022-08-28 18:22:59 +1200
commit01a34fabc8cd6b5a7cb5ab1dd0e58f27094ec4d5 (patch)
tree2fa857402e8e4e95d4e71aa8831f6d61433c4a4b /structs.h
parent1566509dc6c3a7b6b579c0088f627786b73ee6a6 (diff)
downloadYATwm-01a34fabc8cd6b5a7cb5ab1dd0e58f27094ec4d5.tar.gz
YATwm-01a34fabc8cd6b5a7cb5ab1dd0e58f27094ec4d5.zip
Very basic window and focus moving
Diffstat (limited to 'structs.h')
-rw-r--r--structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.h b/structs.h
index da02976..b7ccf3a 100644
--- a/structs.h
+++ b/structs.h
@@ -2,7 +2,7 @@
#include <vector>
-int noID = -1;
+#define noID -1
struct Client
{