input: Remove unused focus and key fields from keyboard and focus grabs
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 9 May 2013 02:10:16 +0000 (22:10 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 9 May 2013 02:11:11 +0000 (22:11 -0400)
src/compositor.h

index 01d4768..dfa6a9b 100644 (file)
@@ -233,8 +233,6 @@ struct weston_keyboard_grab_interface {
 struct weston_keyboard_grab {
        const struct weston_keyboard_grab_interface *interface;
        struct weston_keyboard *keyboard;
-       struct weston_surface *focus;
-       uint32_t key;
 };
 
 struct weston_touch_grab;
@@ -257,7 +255,6 @@ struct weston_touch_grab_interface {
 struct weston_touch_grab {
        const struct weston_touch_grab_interface *interface;
        struct weston_touch *touch;
-       struct weston_surface *focus;
 };
 
 struct wl_data_offer {