foo
This commit is contained in:
parent
762b66ae7c
commit
d0e0505301
2
dwm.c
2
dwm.c
|
@ -1521,7 +1521,7 @@ setup(void) {
|
||||||
PropModeReplace, (unsigned char *) &barwin, 1);
|
PropModeReplace, (unsigned char *) &barwin, 1);
|
||||||
/* HACK: dwm identifies itself as compiz to workaround the XToolkit bug of Sun JDK */
|
/* HACK: dwm identifies itself as compiz to workaround the XToolkit bug of Sun JDK */
|
||||||
XChangeProperty(dpy, barwin, netatom[NetWMName], utf8string, 8,
|
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,
|
XChangeProperty(dpy, root, netatom[NetWMCheck], XA_WINDOW, 32,
|
||||||
PropModeReplace, (unsigned char *) &barwin, 1);
|
PropModeReplace, (unsigned char *) &barwin, 1);
|
||||||
XChangeProperty(dpy, root, netatom[NetSupported], XA_ATOM, 32,
|
XChangeProperty(dpy, root, netatom[NetSupported], XA_ATOM, 32,
|
||||||
|
|
Loading…
Reference in New Issue