]> Pileus Git - wmpus/blobdiff - wm-mono.c
Make monocule wm_mono.c:wm_show() static
[wmpus] / 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;