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:
2050e99
)
update the strut when strut_partial changes
author
Dana Jansens
<danakj@orodu.net>
Mon, 28 May 2007 02:23:23 +0000
(
02:23
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 28 May 2007 02:23:23 +0000
(
02:23
+0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index f3ed676e79a68f422fea8cf06f2b77b455fece8f..5590221fe0cd632277f2486f443b5c91b557eae8 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-1451,6
+1451,9
@@
static void event_handle_client(ObClient *client, XEvent *e)
else if (msgtype == prop_atoms.net_wm_strut) {
client_update_strut(client);
}
+ else if (msgtype == prop_atoms.net_wm_strut_partial) {
+ client_update_strut(client);
+ }
else if (msgtype == prop_atoms.net_wm_icon) {
client_update_icons(client);
}