From 0b80d1842d1c921a8a94c11fd9222dad9311cc97 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 5 Jan 2007 12:50:39 +0100 Subject: experimental version which allows master clients being increased/decreased --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 47749fe..da209a9 100644 --- a/main.c +++ b/main.c @@ -20,7 +20,7 @@ char stext[1024]; Bool *seltag; int bx, by, bw, bh, bmw, masterd, screen, sx, sy, sw, sh, wax, way, waw, wah; -unsigned int master, ntags, numlockmask; +unsigned int master, nmaster, ntags, numlockmask; Atom wmatom[WMLast], netatom[NetLast]; Bool running = True; Bool issel = True; @@ -133,6 +133,7 @@ setup(void) { sw = DisplayWidth(dpy, screen); sh = DisplayHeight(dpy, screen); master = MASTER; + nmaster = NMASTER; /* bar */ bx = sx; by = sy; -- cgit v1.2.3-54-g00ecf