summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2009-09-20 15:37:54 +0200
committerMikael Magnusson <mikachu@gmail.com>2009-09-20 15:37:54 +0200
commit48b6fd9ac4cb82c0c176a4554ce3272c01025aae (patch)
treee947f6df39cc4370d53140c705eac4755bdaba51 /openbox/client.h
parent1169118e60050ee361e22111ffce842ff393d8bf (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.h2
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