diff options
Diffstat (limited to 'test/interactive-wayland.c')
-rw-r--r-- | test/interactive-wayland.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/interactive-wayland.c b/test/interactive-wayland.c index 6769b12..94c60c8 100644 --- a/test/interactive-wayland.c +++ b/test/interactive-wayland.c @@ -360,7 +360,8 @@ kbd_key(void *data, struct wl_keyboard *wl_kbd, uint32_t serial, uint32_t time, return; printf("%s: ", seat->name_str); - test_print_keycode_state(seat->state, NULL, key + 8); + test_print_keycode_state(seat->state, NULL, key + 8, + XKB_CONSUMED_MODE_XKB); /* Exit on ESC. */ if (xkb_state_key_get_one_sym(seat->state, key + 8) == XKB_KEY_Escape) |