dwm-meillo
diff main.c @ 716:4ce65f61f01b
renamed activescreen into selscreen
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Tue, 23 Jan 2007 17:12:15 +0100 |
parents | 7034ee0f48d6 |
children | d99be681d502 |
line diff
1.1 --- a/main.c Tue Jan 23 13:10:35 2007 +0100 1.2 +++ b/main.c Tue Jan 23 17:12:15 2007 +0100 1.3 @@ -23,7 +23,7 @@ 1.4 unsigned int master, nmaster, ntags, numlockmask; 1.5 Atom wmatom[WMLast], netatom[NetLast]; 1.6 Bool running = True; 1.7 -Bool activescreen = True; 1.8 +Bool selscreen = True; 1.9 Client *clients = NULL; 1.10 Client *sel = NULL; 1.11 Client *stack = NULL; 1.12 @@ -156,7 +156,7 @@ 1.13 dc.gc = XCreateGC(dpy, root, 0, 0); 1.14 XSetLineAttributes(dpy, dc.gc, 1, LineSolid, CapButt, JoinMiter); 1.15 /* multihead support */ 1.16 - activescreen = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask); 1.17 + selscreen = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask); 1.18 } 1.19 1.20 /*