From 81e74c1bf8ef8753d47ea73970fe1e4499db3c15 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Fri, 26 Dec 2014 15:06:11 +0000 Subject: [PATCH] Make monocule wm_mono.c:wm_show() static --- wm-mono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wm-mono.c b/wm-mono.c index a21eb88..fb52c88 100644 --- 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; -- 2.43.2