Evas: Add API to access private function
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Sun, 13 Oct 2013 03:55:28 +0000 (06:55 +0300)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Mon, 21 Oct 2013 16:03:24 +0000 (19:03 +0300)
commit208c4242388b23c35ec9e0d4e37520cf89135f46
treeafe034c83a1cb00c70947f603e759b6f2cf17353
parent203c3e7c157196aa4442b0a238dc93e30e0acaba
Evas: Add API to access private function

We need a function in DnD for the overlapping feature to retrieve all
the objects at a specific position.
A private function exists in Evas (evas_event_objects_event_list) for
that purpose.
We need an access to this function for Elementary but we don't
want the is_frozen flag to be checked.
src/lib/evas/Evas_Eo.h
src/lib/evas/Evas_Legacy.h
src/lib/evas/canvas/evas_events.c
src/lib/evas/canvas/evas_main.c
src/lib/evas/include/evas_private.h