X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=tile.c;h=fe25943b548c060e40334528baa2812bee6da62d;hp=a9bc0f51232b02e035060b7346fe2e6b65dc77cb;hb=5d9146ff372ae0c5196e290fb2c1f828d4137e20;hpb=5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63 diff --git a/tile.c b/tile.c index a9bc0f5..fe25943 100644 --- a/tile.c +++ b/tile.c @@ -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;