moved bar-related stuff to bar.c (merged draw.c into that)

This commit is contained in:
Anselm R. Garbe 2007-09-15 13:16:54 +02:00
parent 9800518ae3
commit 7e476fb86b
6 changed files with 269 additions and 259 deletions

View file

@ -3,7 +3,7 @@
include config.mk
SRC += client.c draw.c event.c main.c screen.c util.c
SRC += bar.c client.c event.c main.c screen.c util.c
OBJ = ${SRC:.c=.o}
all: options dwm