git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38277
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
NULL,
NULL,
NULL,
+ NULL,
+ NULL,
NULL
};
ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS);
- _ecore_evas_sdl_init(w, h);
-
ee->engine.func = (Ecore_Evas_Engine_Func *)&_ecore_sdl_engine_func;
ee->driver = "sdl";
evas_event_feed_mouse_in(ee->evas, (unsigned int)((unsigned long long)(ecore_time_get() * 1000.0) & 0xffffffff), NULL);
+ _ecore_evas_sdl_init(w, h);
+
SDL_ShowCursor(SDL_DISABLE);
ecore_evases = _ecore_list2_prepend(ecore_evases, ee);