lets compile again... shall we? :)

SVN revision: 68526
This commit is contained in:
Carsten Haitzler 2012-02-28 23:55:04 +00:00
parent 5a989f5d82
commit 890d1a247a
1 changed files with 1 additions and 1 deletions

View File

@ -948,7 +948,7 @@ _ecore_evas_wl_frame_add(Evas *evas)
#else
EAPI Ecore_Evas *
ecore_evas_wayland_egl_new(const char *disp_name __UNUSED__, Ecore_Wl_Window *parent __UNUSED__, int x __UNUSED__, int y __UNUSED__, int w __UNUSED__, int h __UNUSED__, Eina_Bool frame __UNUSED__)
ecore_evas_wayland_egl_new(const char *disp_name __UNUSED__, unsigned int parent __UNUSED__, int x __UNUSED__, int y __UNUSED__, int w __UNUSED__, int h __UNUSED__, Eina_Bool frame __UNUSED__)
{
return NULL;
}