wtf? returning an _X_ window should not return a win32 window handle!

remove the return of a win32 window handle in getting an x window
handle. wrong wrong wrong!
This commit is contained in:
Carsten Haitzler 2014-03-08 23:44:04 +09:00
parent 0bb93c2c2e
commit 3cdeccc324
1 changed files with 0 additions and 4 deletions

View File

@ -1760,10 +1760,6 @@ _elm_ee_xwin_get(const Ecore_Evas *ee)
{
return ecore_evas_gl_x11_window_get(ee);
}
else if (!strcmp(engine_name, ELM_SOFTWARE_WIN32))
{
return (long)ecore_evas_win32_window_get(ee);
}
#endif
return 0;
}