Merge branch 'backport' into work
[dana/openbox.git] / openbox / client.h
index 6d018bc..ca99274 100644 (file)
@@ -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);
 
 /*! 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
 
 /*! Returns a client's icon set, or its parents (recursively) if it doesn't
   have one