JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
made Layout a static struct in layout.c, added some convenience getters in layout...
authorAnselm R. Garbe <garbeam@gmail.com>
Mon, 13 Aug 2007 17:13:54 +0000 (19:13 +0200)
committerAnselm R. Garbe <garbeam@gmail.com>
Mon, 13 Aug 2007 17:13:54 +0000 (19:13 +0200)
commit77044e876511f51c34bde379d89e2de754707ee6
tree6626665e0d57068c2d6ddbb3669534f2afb4e159
parent2feb3afe784cbd9d900bd70aad91431a4b25f2ab
made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
client.c
config.mk
draw.c
dwm.h
event.c
layout.c
tag.c
tile.c