]> git.sur5r.net Git - i3/i3/commit
Bugfix: prevent unneeded render on pointer enter
authorTony Crisci <tony@dubstepdish.com>
Wed, 11 Jun 2014 00:28:19 +0000 (20:28 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 11 Jun 2014 07:38:49 +0000 (09:38 +0200)
commit8ece9950012e0a2d20db9d4d15bc3a3e30b96121
tree342e56ac5fbe346cf771f7bab8e33950822724ac
parent94574db6f6d329797d7fa4e19f75645cd6cbae86
Bugfix: prevent unneeded render on pointer enter

When `focus_follows_mouse` option is on, prevent an uneeded render on
pointer enter when the con is already focused.

This pointer enter might be caused by entering a window decoration of an
already-focused container.

This extra render can cause concurrency issues when focus is set
asynchronously with WM_TAKE_FOCUS.
src/handlers.c