]> git.mdlowis.com Git - proto/labwc.git/commit
keyboard: put modifier/key listeners in keyboard struct
authorJohan Malm <jgm323@gmail.com>
Mon, 26 Sep 2022 06:17:19 +0000 (07:17 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 27 Sep 2022 16:31:00 +0000 (17:31 +0100)
commitf2277c37c392194cc5cf62a763de66a4679f7235
treebed1a52fbc01e2d656b61a74182d381d4ae813c5
parent76d5fb1dda68a5689a6e0e05ce74b19ca9df48a2
keyboard: put modifier/key listeners in keyboard struct

...so that it can be determined what wlr_keyboard events come from.

This is required to manage virtual keyboards alongside the keyboard_group
of physical keyboards.
include/labwc.h
src/keyboard.c
src/seat.c