From 21f0ad4f0e0670f69537ce595aea22d4fa16799f Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 21 Aug 2013 08:30:52 +0100 Subject: [PATCH] Add function prototypes for resize_edge_set. Signed-off-by: Chris Michael --- .../ecore_evas/engines/wayland/ecore_evas_wayland_private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h index 369712a179..c1fac29c26 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h @@ -81,12 +81,14 @@ void _ecore_evas_wl_common_pointer_xy_get(const Ecore_Evas *ee, Evas_Coord *x, E #ifdef BUILD_ECORE_EVAS_WAYLAND_SHM void _ecore_evas_wayland_shm_resize(Ecore_Evas *ee, int location); +void _ecore_evas_wayland_shm_resize_edge_set(Ecore_Evas *ee, int edge); void _ecore_evas_wayland_shm_transparent_do(Ecore_Evas *ee, int transparent); void _ecore_evas_wayland_shm_alpha_do(Ecore_Evas *ee, int transparent); #endif #ifdef BUILD_ECORE_EVAS_WAYLAND_EGL void _ecore_evas_wayland_egl_resize(Ecore_Evas *ee, int location); +void _ecore_evas_wayland_egl_resize_edge_set(Ecore_Evas *ee, int edge); #endif #endif /* _ECORE_EVAS_WAYLAND_PRIVATE_H_ */