split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)
This commit is contained in:
parent
6bc4556ebd
commit
8012fcf333
4 changed files with 160 additions and 152 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue