summaryrefslogtreecommitdiff
path: root/src/bin/e_scrollframe.c
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2008-09-07 01:25:49 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2008-09-07 01:25:49 +0000
commit18966c828b548533bc61d72fb074b9cdb328d8c6 (patch)
tree042199242c74e19d3970ff6573d70c21e3ebcf08 /src/bin/e_scrollframe.c
parenteab54fb28ad89dc1c132c212dd9aff6195ea09f1 (diff)
downloadenlightenment-18966c828b548533bc61d72fb074b9cdb328d8c6.tar.gz
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
Diffstat (limited to 'src/bin/e_scrollframe.c')
-rw-r--r--src/bin/e_scrollframe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_scrollframe.c b/src/bin/e_scrollframe.c
index fa72ea2373..1d6df869d9 100644
--- a/src/bin/e_scrollframe.c
+++ b/src/bin/e_scrollframe.c
@@ -1042,6 +1042,7 @@ _e_smart_init(void)
_e_smart_color_set,
_e_smart_clip_set,
_e_smart_clip_unset,
+ NULL,
NULL
};
_e_smart = evas_smart_class_new(&sc);