separated several functions into view.c

This commit is contained in:
Anselm R. Garbe 2006-08-22 16:50:21 +02:00
parent 595028614b
commit aa13727067
5 changed files with 266 additions and 258 deletions

View file

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