aboutsummaryrefslogtreecommitdiff
path: root/backend/libinput
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-12 21:53:41 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-13 08:10:36 -0400
commit5dd96c077238b314162570655ea970ba6c2f8693 (patch)
treec3bce596714e968ff01b90c5998ac3f305835554 /backend/libinput
parentc385a7f8afb765c510cad03d396198c76e318ca0 (diff)
Incorporate XKBCommon into example
Diffstat (limited to 'backend/libinput')
-rw-r--r--backend/libinput/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/libinput/keyboard.c b/backend/libinput/keyboard.c
index 158ded28..9ad41a78 100644
--- a/backend/libinput/keyboard.c
+++ b/backend/libinput/keyboard.c
@@ -11,6 +11,7 @@
struct wlr_keyboard *wlr_libinput_keyboard_create(
struct libinput_device *device) {
assert(device);
+ libinput_device_led_update(device, 0);
return wlr_keyboard_create(NULL, NULL);
}