]> git.mdlowis.com Git - proto/labwc.git/commit
src/keyboard.c: Fix wrong argument parsing
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 7 Mar 2023 16:58:15 +0000 (17:58 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 7 Mar 2023 20:55:35 +0000 (20:55 +0000)
commit43fb969b19757d3126619c17d28a883ec917709a
treec01b98406fc81dbadfde5e59362e399dc261bf6b
parenta4fb5b093b3bb7a15606f777f84346634dd86122
src/keyboard.c: Fix wrong argument parsing

The `wlr_keyboard.events.modifiers` signal does not use
a `wlr_keyboard_key_event` as argument, instead it is a
pointer to the `wlr_keyboard` instance which caused the
signal.
src/keyboard.c