]> Pileus Git - wmpus/commitdiff
Make monocule wm_mono.c:wm_show() static
authorAndy Spencer <andy753421@gmail.com>
Fri, 26 Dec 2014 15:06:11 +0000 (15:06 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 6 Apr 2015 23:00:58 +0000 (23:00 +0000)
wm-mono.c

index a21eb8814947ecce2c2bdda54075b64bf85c347a..fb52c8836e1bce2e55961c5a0dd79895b6a09c24 100644 (file)
--- a/wm-mono.c
+++ b/wm-mono.c
@@ -32,7 +32,7 @@ list_t *focus;
 list_t *screens;
 
 /* Helper functions */
-void wm_show(list_t *node)
+static void wm_show(list_t *node)
 {
        focus = node;
        if (!node) return;