warning-- if building without x for elm

This commit is contained in:
Carsten Haitzler 2014-03-08 23:54:34 +09:00
parent 3cdeccc324
commit cea2027c75
1 changed files with 2 additions and 0 deletions

View File

@ -1760,6 +1760,8 @@ _elm_ee_xwin_get(const Ecore_Evas *ee)
{
return ecore_evas_gl_x11_window_get(ee);
}
#else
(void)ee;
#endif
return 0;
}