diff options
Diffstat (limited to 'src/core/display.c')
-rw-r--r-- | src/core/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/display.c b/src/core/display.c index db34bfbb8..7f2fa5439 100644 --- a/src/core/display.c +++ b/src/core/display.c @@ -2244,7 +2244,7 @@ event_callback (XEvent *event, meta_topic (META_DEBUG_FOCUS, "Focusing %s due to unmodified button %u press (display.c)\n", window->desc, device_event->detail); - meta_window_focus (window, device_event->time); + meta_window_focus_implicitly (window, device_event->time); } else /* However, do allow terminals to lose focus due to new |