diff -r 0aeefb841608 -r b5f856fcef4c dwm.h --- a/dwm.h Fri Aug 17 21:10:50 2007 +0200 +++ b/dwm.h Fri Aug 17 21:12:55 2007 +0200 @@ -82,7 +82,7 @@ extern unsigned int ntags, numlockmask; /* number of tags, numlock mask */ extern void (*handler[LASTEvent])(XEvent *); /* event handler */ extern Atom dwmconfig, wmatom[WMLast], netatom[NetLast]; -extern Bool selscreen, *seltag; /* seltag is array of Bool */ +extern Bool selscreen, *seltags; /* seltags is array of Bool */ extern Client *clients, *sel, *stack; /* global client list and stack */ extern Cursor cursor[CurLast]; extern DC dc; /* global draw context */