aboutsummaryrefslogtreecommitdiff
path: root/src/click.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/click.c')
-rw-r--r--src/click.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/click.c b/src/click.c
index a5e50632..5381aea5 100644
--- a/src/click.c
+++ b/src/click.c
@@ -39,6 +39,9 @@ static bool tiling_resize_for_border(Con *con, border_t border, xcb_button_press
case BORDER_BOTTOM:
search_direction = D_DOWN;
break;
+ default:
+ ELOG("BUG: invalid border value %d\n", border);
+ return false;
}
bool res = resize_find_tiling_participants(&first, &second, search_direction, false);