Ecore_Evas: Fix missing initializer for for the engine_functions. (was
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Jul 2012 06:00:23 +0000 (06:00 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Jul 2012 06:00:23 +0000 (06:00 +0000)
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

index d80eca7..9e6f07a 100644 (file)
@@ -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,