From d18dafa65a8bad48fe4737c3eeec3d0ce81b99f7 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 9 Jan 2012 05:22:43 +0000 Subject: [PATCH] Ecore_Evas (Wayland): Fix building apps without wayland support (function was missing a declaration if wayland was disabled). (Fixes elm compile problems). SVN revision: 66982 --- legacy/ecore/src/lib/ecore_evas/ecore_evas_wayland_shm.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/legacy/ecore/src/lib/ecore_evas/ecore_evas_wayland_shm.c b/legacy/ecore/src/lib/ecore_evas/ecore_evas_wayland_shm.c index fae19d82de..19c38f4036 100644 --- a/legacy/ecore/src/lib/ecore_evas/ecore_evas_wayland_shm.c +++ b/legacy/ecore/src/lib/ecore_evas/ecore_evas_wayland_shm.c @@ -1202,4 +1202,10 @@ ecore_evas_wayland_shm_new(const char *disp_name __UNUSED__, int x __UNUSED__, i { return NULL; } + +EAPI void +ecore_evas_wayland_shm_resize(Ecore_Evas *ee __UNUSED__, int location __UNUSED__) +{ + +} #endif