]> git.sur5r.net Git - i3/i3/commit - include/xcb.h
Refocus focused window for FOCUS_IN events on the root window. (#3097)
authorIngo Bürk <admin@airblader.de>
Sat, 10 Mar 2018 18:18:44 +0000 (19:18 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Sat, 10 Mar 2018 18:18:44 +0000 (19:18 +0100)
commit69eec7e5b2743770a502188d15e66ffc7a7067aa
treecbd4514e119284424161351ae6f82add59bb1c31
parentec5a048792a233d6b91c5cfd2acf80aa025696ec
Refocus focused window for FOCUS_IN events on the root window. (#3097)

This deals with (admittedly somewhat misbehaving) clients which
use XSetInputFocus to take focus, but then don't properly restore
focus. This has been observed with TK apps, but also, e.g., Steam.

fixes #2722
fixes #3096
include/xcb.h
src/handlers.c