Incorporate XKBCommon into example

This commit is contained in:
Drew DeVault 2017-06-12 21:53:41 -04:00
parent c385a7f8af
commit 5dd96c0772
7 changed files with 81 additions and 11 deletions

View file

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