From 671cda7b733532c2e40e5c7d2a7ebed824e2513d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 9 Feb 2012 08:16:45 +0000 Subject: [PATCH] Ecore_Wl: Add function in header. SVN revision: 67782 --- legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h b/legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h index fdf63146e2..2d04cff80e 100644 --- a/legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/legacy/ecore/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);