From 711d97b66d451a173482c83bd73ecaae63904221 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Thu, 1 Jun 2017 12:47:11 +0200 Subject: xcb: Fix normal window mode Signed-off-by: Quentin Glidic --- source/xcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/xcb.c b/source/xcb.c index 9e2236a2..fd5e202e 100644 --- a/source/xcb.c +++ b/source/xcb.c @@ -933,7 +933,7 @@ gboolean x11_late_setup ( void ) // We grab this using the rootwindow (as dmenu does it). // this seems to result in the smallest delay for most people. if ( find_arg ( "-normal-window" ) >= 0 ) { - return; + return TRUE; } if ( find_arg ( "-no-lazy-grab" ) >= 0 ) { if ( !take_keyboard ( xcb_stuff_get_root_window (), 500 ) ) { -- cgit v1.2.3