From 8205b6581d7ae4df50b41f943046be2fbe236a15 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 02:23:23 +0000 Subject: [PATCH] update the strut when strut_partial changes --- openbox/event.c | 3 +++ 1 file changed, 3 insertions(+) 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); } -- 2.39.2