From 0d327b7d17894ee4542492ec9ec03afbebe50342 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 2 Nov 2009 23:14:21 +0100 Subject: [PATCH] Fix compilation warning --- src/click.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/click.c b/src/click.c index 28737f3b..43452816 100644 --- a/src/click.c +++ b/src/click.c @@ -87,7 +87,7 @@ static bool button_press_stackwin(xcb_connection_t *conn, xcb_button_press_event /* If we don’t have any clients in this container, we cannot do * anything useful anyways. */ if (num_clients == 0) - return; + return true; if (container->mode == MODE_TABBED) destination = (event->event_x / (container->width / num_clients)); -- 2.39.5