]> git.sur5r.net Git - i3/i3/commit
Only abort resizing on KeyPress, not KeyRelease (Thanks vandannen)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 1 Oct 2013 05:21:40 +0000 (07:21 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 1 Oct 2013 05:21:40 +0000 (07:21 +0200)
commitd661c1493c9218f48fee9b0fc71bc2006d55a3e2
tree8c50066bb488d365cb39657d2ff003b6d2950d70
parent98c4cc46e4778a807f151b6a0ce26cc982fc168b
Only abort resizing on KeyPress, not KeyRelease (Thanks vandannen)

Otherwise, releasing a key that was used to trigger the resizing (e.g.
the modifier key) needs to be pressed all the time.
src/floating.c