aboutsummaryrefslogtreecommitdiffstats
path: root/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'window.c')
-rw-r--r--window.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/window.c b/window.c
index 7a04270..8b45501 100644
--- a/window.c
+++ b/window.c
@@ -466,7 +466,10 @@ static void win_draw_bar(win_t *win)
XftDrawDestroy(d);
}
#else
-static void win_draw_bar(win_t *win){}
+static void win_draw_bar(win_t *win)
+{
+ (void) win;
+}
#endif /* HAVE_LIBFONTS */
void win_draw(win_t *win)