foo - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit d0e0505301d356a63dc31ba6ed4a8509ef8f055f DIR parent 762b66ae7c0cffb51bfbda8c52c4ecc892ae1808 HTML Author: Anselm R. Garbe <garbeam@gmail.com> Date: Thu, 15 Nov 2007 19:26:44 +0100 foo Diffstat: M dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git 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,