diff options
author | Rafael Antognolli <rafael.antognolli@intel.com> | 2013-04-10 14:45:12 -0300 |
---|---|---|
committer | Rafael Antognolli <rafael.antognolli@intel.com> | 2013-04-10 14:53:14 -0300 |
commit | 2d62ea88e51c36a3116e5160710bfe0b6b3c0bee (patch) | |
tree | c015c5934ba70c964a44174beed8b0da94f457f6 /src/lib/ecore_wayland/ecore_wl_private.h | |
parent | 7d17130db6659244e0c601a4573aadf845eeaba5 (diff) |
ecore/wayland: Add support for double and triple click.
It's implemented exactly the same way as on the X11 backend. It does
handle multiple devices, though may need some adjustments when
multi-touch is added, since there's no support for multi-touch on
EFL-wayland yet.
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_wayland/ecore_wl_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_private.h b/src/lib/ecore_wayland/ecore_wl_private.h index ecd7a110b3..f07c0478ed 100644 --- a/src/lib/ecore_wayland/ecore_wl_private.h +++ b/src/lib/ecore_wayland/ecore_wl_private.h | |||
@@ -99,5 +99,8 @@ void _ecore_wl_dnd_drop(void *data, struct wl_data_device *data_device); | |||
99 | void _ecore_wl_dnd_selection(void *data, struct wl_data_device *data_device, struct wl_data_offer *offer); | 99 | void _ecore_wl_dnd_selection(void *data, struct wl_data_device *data_device, struct wl_data_offer *offer); |
100 | void _ecore_wl_dnd_del(Ecore_Wl_Dnd_Source *source); | 100 | void _ecore_wl_dnd_del(Ecore_Wl_Dnd_Source *source); |
101 | 101 | ||
102 | void _ecore_wl_events_init(void); | ||
103 | void _ecore_wl_events_shutdown(void); | ||
104 | |||
102 | struct wl_data_source *_ecore_wl_create_data_source(Ecore_Wl_Display *ewd); | 105 | struct wl_data_source *_ecore_wl_create_data_source(Ecore_Wl_Display *ewd); |
103 | #endif | 106 | #endif |