aewl

diff dwm.h @ 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/dwm.h	Tue Jan 23 12:04:22 2007 +0100
     1.2 +++ b/dwm.h	Tue Jan 23 12:29:17 2007 +0100
     1.3 @@ -93,7 +93,7 @@
     1.4  extern void (*handler[LASTEvent])(XEvent *);	/* event handler */
     1.5  extern void (*arrange)(void);			/* arrange function, indicates mode  */
     1.6  extern Atom wmatom[WMLast], netatom[NetLast];
     1.7 -extern Bool running, issel, *seltag;		/* seltag is array of Bool */
     1.8 +extern Bool activescreen, running, *seltag;		/* seltag is array of Bool */
     1.9  extern Client *clients, *sel, *stack;		/* global client list and stack */
    1.10  extern Cursor cursor[CurLast];
    1.11  extern DC dc;					/* global draw context */