]> git.sur5r.net Git - i3/i3/commit
Don't ignore focus on _NET_WM_DESKTOP client messages. 2172/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Fri, 22 Jan 2016 19:32:51 +0000 (20:32 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Fri, 22 Jan 2016 19:32:51 +0000 (20:32 +0100)
commit3c0ba081dfa00747a31e2355f683186cda1b8638
treeb3c6440fdf8b207c5534f020e763536226c0019f
parentf9a47c261143a797146cc1f30add9bd18e008866
Don't ignore focus on _NET_WM_DESKTOP client messages.

Ignoring the focus leads to a broken focus if the pointer is, e.g.,
over i3bar at the point in time the window is moved by the client
message. It also causes i3bar's workspace display to break.

Thanks to GermainZ for reporting.
src/handlers.c