]> Dogcows Code - chaz/openbox/commitdiff
update the strut when strut_partial changes
authorDana Jansens <danakj@orodu.net>
Mon, 28 May 2007 02:23:23 +0000 (02:23 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 28 May 2007 02:23:23 +0000 (02:23 +0000)
openbox/event.c

index f3ed676e79a68f422fea8cf06f2b77b455fece8f..5590221fe0cd632277f2486f443b5c91b557eae8 100644 (file)
@@ -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);
         }
This page took 0.026624 seconds and 4 git commands to generate.