From: Andy Spencer Date: Fri, 26 Dec 2014 15:06:11 +0000 (+0000) Subject: Make monocule wm_mono.c:wm_show() static X-Git-Url: http://pileus.org/git/?p=wmpus;a=commitdiff_plain;h=81e74c1bf8ef8753d47ea73970fe1e4499db3c15 Make monocule wm_mono.c:wm_show() static --- 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;