summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 12:47:11 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 12:47:11 +0200
commit711d97b66d451a173482c83bd73ecaae63904221 (patch)
treef7ead3ea592d9cfa9de7add86f7dac62bd6f18c4
parent2586cc926a9736636bd3eed5e3e70afb82843b2c (diff)
xcb: Fix normal window mode
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
-rw-r--r--source/xcb.c2
1 files changed, 1 insertions, 1 deletions
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 ) ) {