From 4062f9473a776bbe8153a62caf8c273904c99992 Mon Sep 17 00:00:00 2001 From: devilhorns 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). git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@66982 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_evas/ecore_evas_wayland_shm.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib/ecore_evas/ecore_evas_wayland_shm.c b/src/lib/ecore_evas/ecore_evas_wayland_shm.c index fae19d8..19c38f4 100644 --- a/src/lib/ecore_evas/ecore_evas_wayland_shm.c +++ b/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 -- 2.7.4