diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2012-10-22 06:48:21 +0000 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2012-10-22 06:48:21 +0000 |
commit | 517e711493a7728590a3c5a0e156a9e53b932908 (patch) | |
tree | 3e478fb80dd683ecc2b8b57778c888d0145e2064 /legacy | |
parent | 32e089629e6a33434dcbbaeebda1d11be36e70e7 (diff) |
evas/event - sorry. nevermind. it's ok.
SVN revision: 78317
Diffstat (limited to 'legacy')
-rw-r--r-- | legacy/evas/src/lib/canvas/evas_events.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/legacy/evas/src/lib/canvas/evas_events.c b/legacy/evas/src/lib/canvas/evas_events.c index 168e8c823e..a41f5e3815 100644 --- a/legacy/evas/src/lib/canvas/evas_events.c +++ b/legacy/evas/src/lib/canvas/evas_events.c | |||
@@ -60,7 +60,7 @@ _evas_event_object_list_raw_in_get(Evas *eo_e, Eina_List *in, | |||
60 | return in; | 60 | return in; |
61 | } | 61 | } |
62 | if (evas_event_passes_through(eo_obj, obj)) continue; | 62 | if (evas_event_passes_through(eo_obj, obj)) continue; |
63 | //if (evas_object_is_source_invisible(eo_obj, obj)) continue; | 63 | if (evas_object_is_source_invisible(eo_obj, obj)) continue; |
64 | if ((obj->cur.visible) && (obj->delete_me == 0) && | 64 | if ((obj->cur.visible) && (obj->delete_me == 0) && |
65 | (!obj->clip.clipees) && | 65 | (!obj->clip.clipees) && |
66 | (evas_object_clippers_is_visible(eo_obj, obj))) | 66 | (evas_object_clippers_is_visible(eo_obj, obj))) |
@@ -828,7 +828,7 @@ _canvas_event_feed_mouse_move(Eo *eo_e, void *_pd, va_list *list) | |||
828 | obj->mouse_grabbed) && | 828 | obj->mouse_grabbed) && |
829 | (!evas_event_passes_through(eo_obj, obj)) && | 829 | (!evas_event_passes_through(eo_obj, obj)) && |
830 | (!evas_event_freezes_through(eo_obj, obj)) && | 830 | (!evas_event_freezes_through(eo_obj, obj)) && |
831 | // (!evas_object_is_source_invisible(eo_obj, obj)) && | 831 | (!evas_object_is_source_invisible(eo_obj, obj)) && |
832 | (!obj->clip.clipees)) | 832 | (!obj->clip.clipees)) |
833 | { | 833 | { |
834 | if ((px != x) || (py != y)) | 834 | if ((px != x) || (py != y)) |
@@ -970,7 +970,7 @@ _canvas_event_feed_mouse_move(Eo *eo_e, void *_pd, va_list *list) | |||
970 | eina_list_data_find(ins, eo_obj) && | 970 | eina_list_data_find(ins, eo_obj) && |
971 | (!evas_event_passes_through(eo_obj, obj)) && | 971 | (!evas_event_passes_through(eo_obj, obj)) && |
972 | (!evas_event_freezes_through(eo_obj, obj)) && | 972 | (!evas_event_freezes_through(eo_obj, obj)) && |
973 | //(!evas_object_is_source_invisible(eo_obj, obj)) && | 973 | (!evas_object_is_source_invisible(eo_obj, obj)) && |
974 | (!obj->clip.clipees) && | 974 | (!obj->clip.clipees) && |
975 | ((!obj->precise_is_inside) || evas_object_is_inside(eo_obj, obj, x, y)) | 975 | ((!obj->precise_is_inside) || evas_object_is_inside(eo_obj, obj, x, y)) |
976 | ) | 976 | ) |
@@ -1144,7 +1144,7 @@ nogrep: | |||
1144 | eina_list_data_find(newin, eo_obj) && | 1144 | eina_list_data_find(newin, eo_obj) && |
1145 | (!evas_event_passes_through(eo_obj, obj)) && | 1145 | (!evas_event_passes_through(eo_obj, obj)) && |
1146 | (!evas_event_freezes_through(eo_obj, obj)) && | 1146 | (!evas_event_freezes_through(eo_obj, obj)) && |
1147 | //(!evas_object_is_source_invisible(eo_obj, obj)) && | 1147 | (!evas_object_is_source_invisible(eo_obj, obj)) && |
1148 | (!obj->clip.clipees) && | 1148 | (!obj->clip.clipees) && |
1149 | ((!obj->precise_is_inside) || evas_object_is_inside(eo_obj, obj, x, y)) | 1149 | ((!obj->precise_is_inside) || evas_object_is_inside(eo_obj, obj, x, y)) |
1150 | ) | 1150 | ) |
@@ -1662,7 +1662,7 @@ _canvas_event_feed_multi_move(Eo *eo_e, void *_pd, va_list *list) | |||
1662 | obj->mouse_grabbed) && | 1662 | obj->mouse_grabbed) && |
1663 | (!evas_event_passes_through(eo_obj, obj)) && | 1663 | (!evas_event_passes_through(eo_obj, obj)) && |
1664 | (!evas_event_freezes_through(eo_obj, obj)) && | 1664 | (!evas_event_freezes_through(eo_obj, obj)) && |
1665 | //(!evas_object_is_source_invisible(eo_obj, obj)) && | 1665 | (!evas_object_is_source_invisible(eo_obj, obj)) && |
1666 | (!obj->clip.clipees)) | 1666 | (!obj->clip.clipees)) |
1667 | { | 1667 | { |
1668 | ev.cur.canvas.x = x; | 1668 | ev.cur.canvas.x = x; |
@@ -1731,7 +1731,7 @@ _canvas_event_feed_multi_move(Eo *eo_e, void *_pd, va_list *list) | |||
1731 | eina_list_data_find(ins, eo_obj) && | 1731 | eina_list_data_find(ins, eo_obj) && |
1732 | (!evas_event_passes_through(eo_obj, obj)) && | 1732 | (!evas_event_passes_through(eo_obj, obj)) && |
1733 | (!evas_event_freezes_through(eo_obj, obj)) && | 1733 | (!evas_event_freezes_through(eo_obj, obj)) && |
1734 | // (!evas_object_is_source_invisible(eo_obj, obj)) && | 1734 | (!evas_object_is_source_invisible(eo_obj, obj)) && |
1735 | (!obj->clip.clipees) && | 1735 | (!obj->clip.clipees) && |
1736 | ((!obj->precise_is_inside) || evas_object_is_inside(eo_obj, obj, x, y)) | 1736 | ((!obj->precise_is_inside) || evas_object_is_inside(eo_obj, obj, x, y)) |
1737 | ) | 1737 | ) |