set the window to fullscreen if requested when creating the ecore_evas (win ce)

SVN revision: 38653
This commit is contained in:
Vincent Torri 2009-01-19 20:30:56 +00:00
parent be55cc524a
commit 538fbbd1bc
1 changed files with 2 additions and 0 deletions

View File

@ -990,6 +990,8 @@ ecore_evas_software_wince_new_internal(int backend,
return NULL;
}
ecore_wince_window_fullscreen_set(ee->engine.wince.window, fullscreen);
/* init evas here */
ee->evas = evas_new();
evas_data_attach_set(ee->evas, ee);