diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2009-09-20 15:50:13 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2009-09-20 16:03:48 +0200 |
| commit | a92c209fc1845cf3f3acdfa3f9e8f0930fd53eb3 (patch) | |
| tree | e69a92f34da6dbecc6d3cdb23958bf4a60b9b7a0 /openbox/client.h | |
| parent | b89cc5859068fd5543dc9e7da3f469fb0c0a7a1c (diff) | |
| parent | abf3660f84ad9d8bab48c4b5ee29a42386c262b9 (diff) | |
Merge branch 'backport' into work
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 6d018bc6..ca992746 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -632,6 +632,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 |
