]> git.mdlowis.com Git - proto/labwc.git/commit
src/keyboard.c: register keys before inhibit check
authorJohan Malm <jgm323@gmail.com>
Tue, 30 Aug 2022 20:07:27 +0000 (21:07 +0100)
committerJohan Malm <jgm323@gmail.com>
Wed, 21 Sep 2022 20:25:13 +0000 (21:25 +0100)
commit4108313f96f9d9bfd10b009d938999347f1bfd60
tree474f78ea2e7cce44d6c92e1ee03d80e583034620
parent20c4ffa539d3065bf96db30089aa3b0e9955753a
src/keyboard.c: register keys before inhibit check

Call key_state_set_pressed() before checking
seat->active_client_while_inhibited to avoid missing release events for
clients using the inhibit protocol (for example swaylock).
src/keyboard.c