diff --git a/src/uxn11.c b/src/uxn11.c index 95a453f..705c9ec 100644 --- a/src/uxn11.c +++ b/src/uxn11.c @@ -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)