diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-17 21:12:55 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-17 21:12:55 +0200 |
commit | 86953bd68249662b5d7a9ae6741744ab8bf30aa1 (patch) | |
tree | 98c85514384af2397996289c67ea53f52742a87e /dwm.h | |
parent | a923298d3577dca0e69fd70edbef56c7822258e3 (diff) | |
download | dwm-86953bd68249662b5d7a9ae6741744ab8bf30aa1.tar.gz |
renamed seltag into seltags
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |