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
This commit is contained in:
Christopher Michael 2012-01-09 05:22:43 +00:00
parent 9c0457b31e
commit d18dafa65a
1 changed files with 6 additions and 0 deletions

View 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