fix gdi engine wrt shape windows fixes

SVN revision: 52417
expedite-1.1
Vincent Torri 13 years ago
parent 11a0377961
commit 755d81b728
  1. 3
      src/bin/engine_software_gdi.c

@ -241,10 +241,11 @@ engine_software_gdi_args(const char *engine, int width, int height)
}
einfo->info.window = window;
einfo->info.mask = NULL;
einfo->info.depth = depth;
einfo->info.rotation = 0;
einfo->info.borderless = 0;
einfo->info.fullscreen = 0;
einfo->info.region = 0;
if (!evas_engine_info_set(evas, (Evas_Engine_Info *) einfo))
{
printf("Evas can not setup the informations of the Software GDI Engine\n");

Loading…
Cancel
Save