some more refactoring

This commit is contained in:
Anselm R. Garbe
2007-02-19 13:17:49 +01:00
parent 5cc27f1b3c
commit 5d9146ff37
2 changed files with 5 additions and 5 deletions

6
tile.c
View File

@ -3,15 +3,17 @@
*/
#include "dwm.h"
unsigned int master = MASTER;
unsigned int nmaster = NMASTER;
/* static */
static void
togglemax(Client *c) {
XEvent ev;
if(c->isfixed)
return;
if((c->ismax = !c->ismax)) {
c->rx = c->x;
c->ry = c->y;