diff options
author | Rafael Antognolli <rafael.antognolli@intel.com> | 2013-11-29 17:14:43 -0200 |
---|---|---|
committer | Rafael Antognolli <rafael.antognolli@intel.com> | 2013-11-29 18:05:06 -0200 |
commit | b92fc57c5acd039d97979334dcdc0847f09e568a (patch) | |
tree | 3958e5847fcd88ef8bd73bc4fb244fc1af76f5dd /src/lib/ecore_wayland/ecore_wl_private.h | |
parent | 64687356b087277e501a59de5a97bc6989e31093 (diff) |
ecore/wayland: Remove list of touch points from input structure.
We already have the "Ecore_Wl_Mouse_Down_Info" list, that contains this
information.
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_wayland/ecore_wl_private.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_private.h b/src/lib/ecore_wayland/ecore_wl_private.h index adb9dcd4fc..80b454c0c2 100644 --- a/src/lib/ecore_wayland/ecore_wl_private.h +++ b/src/lib/ecore_wayland/ecore_wl_private.h | |||
@@ -138,7 +138,6 @@ struct _Ecore_Wl_Window | |||
138 | 138 | ||
139 | Ecore_Wl_Input *pointer_device; | 139 | Ecore_Wl_Input *pointer_device; |
140 | Ecore_Wl_Input *keyboard_device; | 140 | Ecore_Wl_Input *keyboard_device; |
141 | Ecore_Wl_Input *touch_device; | ||
142 | 141 | ||
143 | Eina_Bool anim_pending : 1; | 142 | Eina_Bool anim_pending : 1; |
144 | struct wl_callback *anim_callback; | 143 | struct wl_callback *anim_callback; |
@@ -160,8 +159,6 @@ struct _Ecore_Wl_Input | |||
160 | struct wl_keyboard *keyboard; | 159 | struct wl_keyboard *keyboard; |
161 | 160 | ||
162 | struct wl_touch *touch; | 161 | struct wl_touch *touch; |
163 | struct wl_list touch_points; | ||
164 | int touch_count; | ||
165 | 162 | ||
166 | const char *cursor_name; | 163 | const char *cursor_name; |
167 | struct wl_cursor *cursor; | 164 | struct wl_cursor *cursor; |