aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-13 20:06:00 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-13 20:06:00 +0200
commit9e56e1ded6889335035c8ffbe2763d3d83978673 (patch)
tree06e7392ce4c3056e2c28ba76452946089fd9cc6b /dwm.h
parente4ad3205995865f53b806a912bc7beb44fb90598 (diff)
downloaddwm-9e56e1ded6889335035c8ffbe2763d3d83978673.tar.zst
tags should be persistent now during X server run
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 8f5ffdb..b26bd8c 100644
--- a/dwm.h
+++ b/dwm.h
@@ -81,7 +81,7 @@ extern int wax, way, wah, waw; /* windowarea geometry */
extern unsigned int bh, blw, bpos; /* bar height, bar layout label width, bar position */
extern unsigned int ntags, numlockmask; /* number of tags, numlock mask */
extern void (*handler[LASTEvent])(XEvent *); /* event handler */
-extern Atom wmatom[WMLast], netatom[NetLast];
+extern Atom dwmtags, wmatom[WMLast], netatom[NetLast];
extern Bool selscreen, *seltag; /* seltag is array of Bool */
extern Client *clients, *sel, *stack; /* global client list and stack */
extern Cursor cursor[CurLast];