diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2009-09-20 15:37:54 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2009-09-20 15:37:54 +0200 |
| commit | 48b6fd9ac4cb82c0c176a4554ce3272c01025aae (patch) | |
| tree | e947f6df39cc4370d53140c705eac4755bdaba51 /openbox/client.h | |
| parent | 1169118e60050ee361e22111ffce842ff393d8bf (diff) | |
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.
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
