From 00a788d6c5a8ab085be2cb04e3a978dc5f44ccea Mon Sep 17 00:00:00 2001 From: devilhorns Date: Thu, 9 Feb 2012 08:16:45 +0000 Subject: [PATCH] Ecore_Wl: Add function in header. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@67782 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_wayland/Ecore_Wayland.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h b/src/lib/ecore_wayland/Ecore_Wayland.h index fdf6314..2d04cff 100644 --- a/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/src/lib/ecore_wayland/Ecore_Wayland.h @@ -108,6 +108,7 @@ EAPI unsigned int ecore_wl_format_get(void); EAPI void ecore_wl_flush(void); EAPI void ecore_wl_sync(void); EAPI void ecore_wl_pointer_xy_get(int *x, int *y); +EAPI unsigned int ecore_wl_input_timestamp_get(void); EAPI Ecore_Wl_Drag_Source *ecore_wl_drag_source_create(int hotspot_x, int hotspot_y, int offset_x, int offset_y, const char *mimetype, unsigned int timestamp, void *data); EAPI void ecore_wl_drag_start(Ecore_Wl_Drag_Source *source, struct wl_surface *surface, struct wl_buffer *buffer); -- 2.7.4