wayland-keyboard: Add support for the repeat_info event in Wayland v4

This commit is contained in:
Jasper St. Pierre
2014-07-25 09:20:47 -04:00
parent c30ef668de
commit 4f55e16fe9
3 changed files with 68 additions and 2 deletions

View File

@ -73,6 +73,8 @@ struct _MetaWaylandKeyboard
struct xkb_context *xkb_context;
MetaWaylandXkbInfo xkb_info;
GSettings *settings;
};
void meta_wayland_keyboard_init (MetaWaylandKeyboard *keyboard,