From ff2368b0f6c1e00768e526dc005c9c5f0a786da3 Mon Sep 17 00:00:00 2001 From: kakaroto Date: Wed, 7 Sep 2011 06:58:21 +0000 Subject: [PATCH] Ecore: Add the noframe extra option to the ecore-evas-sdl git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@63252 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_evas/ecore_evas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_evas/ecore_evas.c b/src/lib/ecore_evas/ecore_evas.c index 154de5b..0d6bc54 100644 --- a/src/lib/ecore_evas/ecore_evas.c +++ b/src/lib/ecore_evas/ecore_evas.c @@ -457,6 +457,7 @@ _ecore_evas_constructor_sdl(int x __UNUSED__, int y __UNUSED__, int w, int h, co _ecore_evas_parse_extra_options_str(extra_options, "name=", &name); _ecore_evas_parse_extra_options_uint(extra_options, "fullscreen=", &fullscreen); _ecore_evas_parse_extra_options_uint(extra_options, "hwsurface=", &hwsurface); + _ecore_evas_parse_extra_options_uint(extra_options, "noframe=", &noframe); _ecore_evas_parse_extra_options_uint(extra_options, "alpha=", &alpha); ee = ecore_evas_sdl_new(name, w, h, fullscreen, hwsurface, noframe, alpha); -- 2.7.4