simple titlebars; split source up

This commit is contained in:
seanpringle
2012-09-25 01:05:44 +10:00
parent 96af3db763
commit dc12d5a411
12 changed files with 1636 additions and 881 deletions

View File

@@ -1,5 +1,5 @@
CFLAGS?=-Wall -Os -std=c99
LDADD?=`pkg-config --cflags --libs x11 xinerama`
LDADD?=`pkg-config --cflags --libs x11 xinerama xft`
normal:
$(CC) -o xoat xoat.c $(CFLAGS) $(LDADD) $(LDFLAGS)