summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-11-15 13:26:44 -0500
committerAnselm R. Garbe <garbeam@gmail.com>2007-11-15 13:26:44 -0500
commitd0e0505301d356a63dc31ba6ed4a8509ef8f055f (patch)
treefa26f031047a4c3bb7b3fba16fa264c56e9e1490
parenthack that adds NET_SUPPORTING_WM_CHECK handling, dwm identifies itself as com... (diff)
downloaddwm-d0e0505301d356a63dc31ba6ed4a8509ef8f055f.tar.gz
dwm-d0e0505301d356a63dc31ba6ed4a8509ef8f055f.tar.bz2
dwm-d0e0505301d356a63dc31ba6ed4a8509ef8f055f.zip
foo
Diffstat (limited to '')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 88743c5..e87caab 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1521,7 +1521,7 @@ setup(void) {
PropModeReplace, (unsigned char *) &barwin, 1);
/* HACK: dwm identifies itself as compiz to workaround the XToolkit bug of Sun JDK */
XChangeProperty(dpy, barwin, netatom[NetWMName], utf8string, 8,
- PropModeReplace, (unsigned char *) "compiz", 7);
+ PropModeReplace, (unsigned char *) "compiz", 6);
XChangeProperty(dpy, root, netatom[NetWMCheck], XA_WINDOW, 32,
PropModeReplace, (unsigned char *) &barwin, 1);
XChangeProperty(dpy, root, netatom[NetSupported], XA_ATOM, 32,