wayland: Process the keymap that is sent over from the compositor

Load the keymap from the file descriptor that the compositor has sent us and
then save that into our internal object for future use.
This commit is contained in:
Rob Bradford
2012-07-16 12:33:35 +01:00
parent 19d16f8b80
commit 1d080a01c1
5 changed files with 71 additions and 0 deletions

View File

@ -87,6 +87,8 @@ struct _GdkWaylandDisplay
GSource *event_source;
struct xkb_context *xkb_context;
#ifdef GDK_WAYLAND_USE_EGL
EGLDisplay egl_display;
EGLContext egl_context;