]> git.armaanb.net Git - dwm.git/commit
separated layout-specific stuff into separate .h and .c files which are included...
authorAnselm R. Garbe <garbeam@gmail.com>
Sat, 11 Aug 2007 10:11:50 +0000 (12:11 +0200)
committerAnselm R. Garbe <garbeam@gmail.com>
Sat, 11 Aug 2007 10:11:50 +0000 (12:11 +0200)
commit2d81b78b853565a3e34a8a9190e2362a6fdde739
treed58d24853f77685588e42f73a01d782980a3b95e
parentb5eea45a316a897632578a74c909aa336557b1d6
separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
13 files changed:
Makefile
client.c
config.arg.h
config.default.h
config.mk
dwm.h
event.c
float.c [new file with mode: 0644]
float.h [new file with mode: 0644]
layout.c
tag.c
tile.c [new file with mode: 0644]
tile.h [new file with mode: 0644]