Ecore_Evas (Wayland): Fix building apps without wayland support
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Jan 2012 05:22:43 +0000 (05:22 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Jan 2012 05:22:43 +0000 (05:22 +0000)
(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

index fae19d8..19c38f4 100644 (file)
@@ -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