Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
762b66a
)
foo
author
Anselm R. Garbe <
[email protected]
>
Thu, 15 Nov 2007 18:26:44 +0000
(19:26 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Thu, 15 Nov 2007 18:26:44 +0000
(19:26 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
88743c5
..
e87caab
100644
(file)
--- 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 *) &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,
XChangeProperty(dpy, root, netatom[NetWMCheck], XA_WINDOW, 32,
PropModeReplace, (unsigned char *) &barwin, 1);
XChangeProperty(dpy, root, netatom[NetSupported], XA_ATOM, 32,