tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6732ea64a9717aec8e14462a354e0bb5614fdcbd

commit 6732ea64a9717aec8e14462a354e0bb5614fdcbd
Merge: cedfc6e 75b56c7
Author: Tom Hacohen <t...@stosb.com>
Date:   Wed May 28 12:28:41 2014 +0100

    Eo/evas events: Fix support of mixing legacy smart events and eo events.
    
    This merge removes the old hash table and a few other things that were
    wrong in the old way of doing things. This should also make things a bit
    faster with legacy callbacks.
    
    @fix (no backport, as it's too intrusive)

 src/lib/eo/Eo.h                         |  6 +++
 src/lib/eo/eo_base_class.c              | 72 +++++++++++++++++++++++++++++++--
 src/lib/evas/canvas/common_interfaces.c | 34 ----------------
 src/lib/evas/canvas/evas_object_smart.c | 38 ++++++-----------
 src/lib/evas/include/evas_private.h     |  7 ----
 src/tests/eo/suite/eo_test_general.c    | 34 ++++++++++++++--
 6 files changed, 118 insertions(+), 73 deletions(-)

-- 


Reply via email to