summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-05-08 22:10:16 -0400
committerKristian Høgsberg <krh@bitplanet.net>2013-05-08 22:11:11 -0400
commitdf54a60e67523742c80c2ee3c4c3e52228c72657 (patch)
tree55f8ed74e1d1c7ecd18c60980bef21af56951555
parent6848c256778e2c1f603bc054bdda9cc71a23af29 (diff)
input: Remove unused focus and key fields from keyboard and focus grabs
-rw-r--r--src/compositor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compositor.h b/src/compositor.h
index 01d4768..dfa6a9b 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -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 {