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