Implement keyboard LEDs

This commit is contained in:
Drew DeVault 2017-06-19 15:15:37 -04:00
parent ecb04afcad
commit 632a04f1b7
6 changed files with 59 additions and 1 deletions

View file

@ -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;
};