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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index f55c7ac6..832405cf 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -634,6 +634,8 @@ void client_setup_decor_and_functions(ObClient *self, gboolean reconfig); /*! Sets the window's type and transient flag */ void client_get_type_and_transientness(ObClient *self); +/*! Gets the motif wm hints */ +void client_get_mwm_hints(ObClient *self); /*! Returns a client's icon set, or its parents (recursively) if it doesn't have one -- cgit v1.2.3