mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
Implement keyboard LEDs
This commit is contained in:
parent
ecb04afcad
commit
632a04f1b7
6 changed files with 59 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ struct keyboard_state {
|
|||
struct wl_list link;
|
||||
struct xkb_keymap *keymap;
|
||||
struct xkb_state *xkb_state;
|
||||
xkb_led_index_t leds[WLR_LED_LAST];
|
||||
void *data;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue