]> git.sur5r.net Git - i3/i3/commit
Do not resend focus on click
authorTony Crisci <tony@dubstepdish.com>
Sat, 20 Sep 2014 21:21:08 +0000 (17:21 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 21 Sep 2014 00:55:11 +0000 (02:55 +0200)
commit8870edc2ca9c187d0358f11c13eb2dc775302dce
tree0157a99c74f07cfd9694e1552d43b91275a6f44f
parent2fecf57699f57e9b2ed85cc85ec0369a741c765a
Do not resend focus on click

Do not set focused_id to XCB_NONE in route click to force resend focus,
in some cases to an already focused window.

Sending focus again on click is not necessary and may cause problems
with certain wine or mono apps. Resending focus makes combo boxes not
work in Office 2010.

This effectively reverts commit 250577da, so in case this commit causes
any problems with Eclipse to resurface, we’ll revert this commit in
favor of 250577da (the Eclipse-related bug fix).
src/click.c
src/x.c