]> git.sur5r.net Git - i3/i3/commit
Bugfix: keypress: Only use the lower 8 bits of the mask so that mouse buttons are...
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 19 May 2009 11:51:03 +0000 (13:51 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 19 May 2009 11:51:03 +0000 (13:51 +0200)
commit77ab4c0b107e6f7ef0ac016da407509ea2c486e7
tree09053447aad62f9c282da52f1994a60a04295659
parent872388752f16c1eb389e240aacecc13fd7a481e1
Bugfix: keypress: Only use the lower 8 bits of the mask so that mouse buttons are filtered out (Thanks Mirko)

Sometimes, when the mouse button gets stuck, state contains the bit for
BUTTON_MASK_1 (or other buttons). We filter them out to continue processing
keys correctly.
src/handlers.c