Add keyboard_resource to compositor struct.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-26 11:30:34 +01:00
parent 27fa756808
commit c2bde038fc
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ struct _E_Wayland_Input
struct wl_seat seat;
struct wl_pointer pointer;
struct wl_keyboard keyboard;
struct wl_resource *keyboard_resource;
struct wl_list link;
} wl;