X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=fdc171fb87a80cfa6d373ec36e4839c149371722;hb=a4838c740cd52d4405fab019b73d118d02599c56;hp=2b95a598ea21c57c5e0cb56ea53d7168771f102f;hpb=216a04bdd057c03a719a0908cd003503b4f73fdb;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 2b95a598..fdc171fb 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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))