- Added timeout to blocking XNextEvent for caret/input check

This commit is contained in:
Ben Reaves
2020-02-15 21:23:53 -06:00
parent 8f1795339e
commit dc016d9270
4 changed files with 40 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ CFLAGS=-g $(shell pkg-config --cflags json-c xmu)
LDFLAGS=-g $(shell pkg-config --libs json-c xmu)
all:
$(CC) kintox11.c $(CFLAGS) $(LDFLAGS) -o kintox11
$(CC) kintox11.c $(CFLAGS) $(LDFLAGS) -lm -o kintox11