From 393c5c739ec034307f09429b1590ad0d3173c342 Mon Sep 17 00:00:00 2001 From: caro Date: Sat, 18 Sep 2010 17:19:57 +0000 Subject: [PATCH] fix gdi engine wrt shape windows fixes 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/engine_software_gdi.c b/src/bin/engine_software_gdi.c index d0d7180..6832986 100644 --- a/src/bin/engine_software_gdi.c +++ b/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"); -- 2.7.4