dwm-meillo

diff main.c @ 714:7034ee0f48d6

small changes
author Anselm R. Garbe <arg@suckless.org>
date Tue, 23 Jan 2007 12:29:17 +0100
parents a2d568a5cdb8
children 4ce65f61f01b
line diff
     1.1 --- a/main.c	Tue Jan 23 12:04:22 2007 +0100
     1.2 +++ b/main.c	Tue Jan 23 12:29:17 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 issel = True;
     1.8 +Bool activescreen = 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 -	issel = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
    1.17 +	activescreen = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
    1.18  }
    1.19  
    1.20  /*