From 01a34fabc8cd6b5a7cb5ab1dd0e58f27094ec4d5 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sun, 28 Aug 2022 18:22:59 +1200 Subject: Very basic window and focus moving --- structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.h') diff --git a/structs.h b/structs.h index da02976..b7ccf3a 100644 --- a/structs.h +++ b/structs.h @@ -2,7 +2,7 @@ #include -int noID = -1; +#define noID -1 struct Client { -- cgit v1.2.3