renamed view.c into screen.c

This commit is contained in:
Anselm R. Garbe 2007-02-19 15:05:29 +01:00
parent 64871a7045
commit 238dd5d2b1
4 changed files with 67 additions and 69 deletions

View file

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