Protect macros

This commit is contained in:
neauoire 2022-03-28 11:51:15 -07:00
parent a593db30f7
commit 461bb5ae32
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ static Window window;
static Device *devscreen, *devctrl, *devmouse;
#define WIDTH 64 * 8
#define HEIGHT 40 * 8
#define WIDTH (64 * 8)
#define HEIGHT (40 * 8)
static int
error(char *msg, const char *err)