]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
dont skip ungrab corssing events
[chaz/openbox] / openbox / client.c
index 2b95a598ea21c57c5e0cb56ea53d7168771f102f..fdc171fb87a80cfa6d373ec36e4839c149371722 100644 (file)
@@ -32,6 +32,7 @@ static void client_get_state(Client *self);
 static void client_get_shaped(Client *self);
 static void client_get_mwm_hints(Client *self);
 static void client_get_gravity(Client *self);
+static void client_showhide(Client *self);
 static void client_change_allowed_actions(Client *self);
 static void client_change_state(Client *self);
 static Client *search_focus_tree(Client *node, Client *skip);
@@ -1233,7 +1234,7 @@ gboolean client_should_show(Client *self)
     return TRUE;
 }
 
-void client_showhide(Client *self)
+static void client_showhide(Client *self)
 {
 
     if (client_should_show(self))
This page took 0.025635 seconds and 4 git commands to generate.