tile.c
changeset 770 5280cbb5bbd4
parent 769 dc60583894e0
child 771 05946fa53085
--- a/tile.c	Mon Feb 19 13:00:29 2007 +0100
+++ b/tile.c	Mon Feb 19 13:17:49 2007 +0100
@@ -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;