summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 02:05:05 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 02:05:05 +0000
commit7f561a6a7acee71d55eecc9ed2bd278147ce2536 (patch)
treecafe055adc9ebbbb37736179a2e218986e7bd2f7 /openbox/client.c
parent216a04bdd057c03a719a0908cd003503b4f73fdb (diff)
make client_showhide a static function
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c3
1 files changed, 2 insertions, 1 deletions
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))