aboutsummaryrefslogtreecommitdiff
path: root/example/shared.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-19 15:15:37 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-19 15:15:37 -0400
commit632a04f1b7dea35f46a2fa478bf53869854a1b5e (patch)
treec5b5a57ddf085993a16a5c9f29076b90f3baccf1 /example/shared.h
parentecb04afcadc96cc8d39749311e4c1c412bebf4a9 (diff)
Implement keyboard LEDs
Diffstat (limited to 'example/shared.h')
-rw-r--r--example/shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/shared.h b/example/shared.h
index 173a5719..6d533443 100644
--- a/example/shared.h
+++ b/example/shared.h
@@ -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;
};