X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;fp=dwm.h;h=f527a3fe4b172bd0fe9d2b54cd808d323386b05a;hp=0786dab84f9d5ca1b496b00ca664e35418f51be1;hb=86953bd68249662b5d7a9ae6741744ab8bf30aa1;hpb=a923298d3577dca0e69fd70edbef56c7822258e3 diff --git a/dwm.h b/dwm.h index 0786dab..f527a3f 100644 --- a/dwm.h +++ b/dwm.h @@ -82,7 +82,7 @@ extern unsigned int bh, blw, bpos; /* bar height, bar layout label width, bar p 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 */