From: devilhorns Date: Wed, 4 Jul 2012 06:00:23 +0000 (+0000) Subject: Ecore_Evas: Fix missing initializer for for the engine_functions. (was X-Git-Tag: build/2012-07-04.173327~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cc99fff2ef26ce3f453c8a708e0a1eec2f1a058;p=profile%2Fivi%2Fecore.git Ecore_Evas: Fix missing initializer for for the engine_functions. (was missing profiles_set). git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73251 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_evas/ecore_evas_extn.c b/src/lib/ecore_evas/ecore_evas_extn.c index d80eca7..9e6f07a 100644 --- a/src/lib/ecore_evas/ecore_evas_extn.c +++ b/src/lib/ecore_evas/ecore_evas_extn.c @@ -1119,7 +1119,7 @@ static const Ecore_Evas_Engine_Func _ecore_extn_plug_engine_func = NULL, NULL, NULL, //transparent - + NULL, // profiles_set NULL, NULL, NULL,