From 58a49c2f6967deb83b441373bc26b8e3c003635e Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sun, 7 Sep 2008 01:25:49 +0000 Subject: Add calculate callback to Evas_Smart_Class. Some people is using it for some time now without problems, so I'm adding it to SVN to get some broader use. Remember to recompile ALL libraries that depend on Evas as it will change the EVAS_SMART_CLASS_VERSION and old classes will fail to load. This will also change Edje so it will postpone _edje_recalc() to render time, calculate() callback, however some methods will force early recalculation. SVN revision: 35860 --- legacy/emotion/src/lib/emotion_smart.c | 1 + 1 file changed, 1 insertion(+) (limited to 'legacy/emotion/src/lib/emotion_smart.c') diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 5943820564..848bc2ea29 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c @@ -1164,6 +1164,7 @@ _smart_init(void) _smart_color_set, _smart_clip_set, _smart_clip_unset, + NULL, NULL }; smart = evas_smart_class_new(&sc); -- cgit v1.2.1