commit 461bb5a

neauoire  ·  2022-03-28 18:51:15 +0000 UTC
parent a593db3
Protect macros
1 files changed,  +2, -2
+2, -2
 1@@ -22,8 +22,8 @@ static Window window;
 2 
 3 static Device *devscreen, *devctrl, *devmouse;
 4 
 5-#define WIDTH 64 * 8
 6-#define HEIGHT 40 * 8
 7+#define WIDTH (64 * 8)
 8+#define HEIGHT (40 * 8)
 9 
10 static int
11 error(char *msg, const char *err)