From 8cc99fff2ef26ce3f453c8a708e0a1eec2f1a058 Mon Sep 17 00:00:00 2001 From: devilhorns Date: Wed, 4 Jul 2012 06:00:23 +0000 Subject: [PATCH] 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 --- src/lib/ecore_evas/ecore_evas_extn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4