int x,
int y,
int width,
- int height)
+ int height,
+ int fullscreen)
{
Evas_Engine_Info_Software_16_WinCE *einfo;
Ecore_Evas *ee;
einfo->info.height = height;
einfo->info.backend = backend;
einfo->info.rotation = 0;
+ einfo->info.fullscreen = fullscreen;
evas_engine_info_set(ee->evas, (Evas_Engine_Info *)einfo);
ecore_wince_window_backend_set(ee->engine.wince.window, backend);
int height)
{
#ifdef BUILD_ECORE_EVAS_SOFTWARE_16_WINCE
- return ecore_evas_software_wince_new_internal(0, parent, x, y, width, height);
+ return ecore_evas_software_wince_new_internal(0, parent, x, y, width, height, 1);
#else
return NULL;
parent = NULL;
int height)
{
#ifdef BUILD_ECORE_EVAS_SOFTWARE_16_WINCE
- return ecore_evas_software_wince_new_internal(1, parent, x, y, width, height);
+ return ecore_evas_software_wince_new_internal(1, parent, x, y, width, height, 1);
#else
return NULL;
parent = NULL;
int height)
{
#ifdef BUILD_ECORE_EVAS_SOFTWARE_16_WINCE
- return ecore_evas_software_wince_new_internal(2, parent, x, y, width, height);
+ return ecore_evas_software_wince_new_internal(2, parent, x, y, width, height, 1);
#else
return NULL;
parent = NULL;
int height)
{
#ifdef BUILD_ECORE_EVAS_SOFTWARE_16_WINCE
- return ecore_evas_software_wince_new_internal(3, parent, x, y, width, height);
+ return ecore_evas_software_wince_new_internal(3, parent, x, y, width, height, 1);
#else
return NULL;
parent = NULL;
int height)
{
#ifdef BUILD_ECORE_EVAS_SOFTWARE_16_WINCE
- return ecore_evas_software_wince_new_internal(4, parent, x, y, width, height);
+ return ecore_evas_software_wince_new_internal(4, parent, x, y, width, height, 0);
#else
return NULL;
parent = NULL;