From 48b6fd9ac4cb82c0c176a4554ce3272c01025aae Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 20 Sep 2009 15:37:54 +0200 Subject: Reload motif wm hints when property changes Google's chrome does this when you toggle window decorations. Based on patch in #4250 by Daniel Erat. --- openbox/client.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index c1af196b..fe342f65 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -80,7 +80,6 @@ static void client_get_area(ObClient *self); static void client_get_desktop(ObClient *self); static void client_get_state(ObClient *self); static void client_get_shaped(ObClient *self); -static void client_get_mwm_hints(ObClient *self); static void client_get_colormap(ObClient *self); static void client_set_desktop_recursive(ObClient *self, guint target, @@ -1479,7 +1478,7 @@ static void client_update_transient_tree(ObClient *self, } } -static void client_get_mwm_hints(ObClient *self) +void client_get_mwm_hints(ObClient *self) { guint num; guint32 *hints; -- cgit v1.2.3