From: Dana Jansens Date: Mon, 28 May 2007 02:23:23 +0000 (+0000) Subject: update the strut when strut_partial changes X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8205b6581d7ae4df50b41f943046be2fbe236a15;p=chaz%2Fopenbox update the strut when strut_partial changes --- 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); }