projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28971b8
)
remove the visible window title hints when unmanaging a window. not all WMs set...
author
Dana Jansens
<danakj@orodu.net>
Wed, 16 Jan 2008 00:36:36 +0000
(19:36 -0500)
committer
Mikael Magnusson
<mikachu@comhem.se>
Wed, 16 Jan 2008 01:08:42 +0000
(
02:08
+0100)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 22eb840379787e0de81a0abdd12634d29c7cbe0e..5e4e52e748ca8b73f53c9d53af4dea710cebf155 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-762,6
+762,11
@@
void client_unmanage(ObClient *self)
XMapWindow(ob_display, self->window);
}
+ /* these should not be left on the window ever. other window managers
+ don't necessarily use them and it will mess them up (like compiz) */
+ PROP_ERASE(self->window, net_wm_visible_name);
+ PROP_ERASE(self->window, net_wm_visible_icon_name);
+
/* update the list hints */
client_set_list();