diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-28 02:23:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-28 02:23:23 +0000 |
| commit | 8205b6581d7ae4df50b41f943046be2fbe236a15 (patch) | |
| tree | 449aa727b5654150ee05c1b5a20ece20094cd8b2 | |
| parent | 2050e99a5f374ec5cc160eca7b8ebeb57e0c00a5 (diff) | |
update the strut when strut_partial changes
| -rw-r--r-- | openbox/event.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/event.c b/openbox/event.c index f3ed676e..5590221f 100644 --- 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); } |
