fix gdi engine wrt shape windows fixes
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 18 Sep 2010 17:19:57 +0000 (17:19 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 18 Sep 2010 17:19:57 +0000 (17:19 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@52417 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/engine_software_gdi.c

index d0d7180..6832986 100644 (file)
@@ -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");