]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
Reload motif wm hints when property changes
[chaz/openbox] / openbox / client.c
index c1af196b5f08e90403cdd7c47fe0ba96a4515a18..fe342f650cec2d804f101dec8a424422575d75ab 100644 (file)
@@ -80,7 +80,6 @@ static void client_get_area(ObClient *self);
 static void client_get_desktop(ObClient *self);
 static void client_get_state(ObClient *self);
 static void client_get_shaped(ObClient *self);
-static void client_get_mwm_hints(ObClient *self);
 static void client_get_colormap(ObClient *self);
 static void client_set_desktop_recursive(ObClient *self,
                                          guint target,
@@ -1479,7 +1478,7 @@ static void client_update_transient_tree(ObClient *self,
     }
 }
 
-static void client_get_mwm_hints(ObClient *self)
+void client_get_mwm_hints(ObClient *self)
 {
     guint num;
     guint32 *hints;
This page took 0.024969 seconds and 4 git commands to generate.