JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
moved focus{next,prev} and nexttiled from client.c to layout.c (because those are...
authorAnselm R. Garbe <arg@suckless.org>
Wed, 21 Feb 2007 10:39:57 +0000 (11:39 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Wed, 21 Feb 2007 10:39:57 +0000 (11:39 +0100)
commit29c26b88e7333fb8ea022c4bb4277bc0394ab9e3
treef48255b650c9b8ecf252a2b6a5b0ca10b4158780
parentf196b71e4d543e7d8c4fd6398cf1bedd3dafc024
moved focus{next,prev} and nexttiled from client.c to layout.c (because those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
client.c
dwm.h
layout.c