From f1eda20a381d184c077bc14d97ea89eac788050a Mon Sep 17 00:00:00 2001 From: devilhorns Date: Sun, 8 Jan 2012 11:30:35 +0000 Subject: [PATCH] Ecore_Evas: Add api function for wayland_shm_resize. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@66972 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_evas/Ecore_Evas.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index 086b7da..8f4e64a 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -699,6 +699,7 @@ EAPI Ecore_DirectFB_Window *ecore_evas_directfb_window_get(const Ecore_Evas *ee) EAPI Ecore_Evas *ecore_evas_wayland_shm_new(const char *disp_name, int x, int y, int w, int h, int frame); //EAPI Ecore_Evas *ecore_evas_wayland_egl_new(const char *disp_name, int x, int y, int w, int h, int frame); +EAPI void ecore_evas_wayland_shm_resize(Ecore_Evas *ee, int location); /** * @brief Create a new @c Ecore_Evas canvas bound to the Evas -- 2.7.4