evas/events - removed events_frozen check in evas_event_passes_through()
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 15 Nov 2011 15:10:19 +0000 (15:10 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 15 Nov 2011 15:10:19 +0000 (15:10 +0000)
commit61655ba0553fa3ef884d8abb074e987e6b07f568
tree9493b2194f2dfbc309d56b745957cf212fecccdd
parent15f0f3e044f0c2aa28e01da5bd9c2b783b463f84
evas/events - removed events_frozen check in evas_event_passes_through()

in most cases, it is performed twice inside and outside of the function in inefficient way.

and calling of events_frozen in the passes_through() is not understable in the view of functional consistency.

Check is separately would be better.

SVN revision: 65269
legacy/evas/src/lib/canvas/evas_events.c
legacy/evas/src/lib/canvas/evas_object_main.c
legacy/evas/src/lib/canvas/evas_stack.c
legacy/evas/src/lib/include/evas_inline.x