set the size in the engine info

SVN revision: 35149
This commit is contained in:
doursse 2008-07-17 23:10:39 +00:00 committed by doursse
parent 42cf8cbb25
commit cb03952c56
1 changed files with 2 additions and 0 deletions

View File

@ -232,6 +232,8 @@ engine_software_16_wince_args(int argc, char **argv)
}
einfo->info.window = window;
einfo->info.width = win_w;
einfo->info.height = win_h;
einfo->info.backend = backend;
einfo->info.rotation = 0;
evas_engine_info_set(evas, (Evas_Engine_Info *)einfo);