split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)

This commit is contained in:
Anselm R. Garbe 2007-02-20 10:49:53 +01:00
parent 6bc4556ebd
commit 8012fcf333
4 changed files with 160 additions and 152 deletions

View file

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