fix ecore_evas on Windows CE

SVN revision: 37380
This commit is contained in:
Vincent Torri 2008-11-01 19:01:58 +00:00
parent 9ca6c0af5d
commit 478e8c1e4c
1 changed files with 2 additions and 0 deletions

View File

@ -966,6 +966,8 @@ ecore_evas_software_wince_new_internal(int backend,
{
/* FIXME: REDRAW_DEBUG missing for now */
einfo->info.window = ((struct _Ecore_WinCE_Window *)ee->engine.wince.window)->window;
einfo->info.width = width;
einfo->info.height = height;
einfo->info.backend = backend;
einfo->info.rotation = 0;
evas_engine_info_set(ee->evas, (Evas_Engine_Info *)einfo);