changeset: 1064:5fd0dd420ebf
tag: tip
user: Anselm R. Garbe <garbeam_AT_gmail.com>
date: Thu Nov 15 19:26:44 2007 +0100
summary: foo
diff -r 664b404421fe -r 5fd0dd420ebf dwm.c
--- a/dwm.c Thu Nov 15 18:57:31 2007 +0100
+++ b/dwm.c Thu Nov 15 19:26:44 2007 +0100
@@ -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,
Received on Thu Nov 15 2007 - 19:28:11 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:58:48 UTC