discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=68201a8d9917ecaa1cc5e23a9014131881163d35

commit 68201a8d9917ecaa1cc5e23a9014131881163d35
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Thu Jan 16 10:36:20 2014 -0500

    remove old hacks to work around back efm icon eventarea
---
 src/bin/e_fm.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c
index 67fcd32..0f49301 100644
--- a/src/bin/e_fm.c
+++ b/src/bin/e_fm.c
@@ -7487,15 +7487,6 @@ _e_fm2_cb_icon_mouse_out(void *data, Evas *e __UNUSED__, 
Evas_Object *obj __UNUS
    ev = event_info;
 
    if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return;
-   /* here we have some stupid checks to see if we're REALLY getting a mouse 
out or
-    * if some jackass is sending us bad events
-    * ticket #1324
-    */
-   if (E_INSIDE(ev->output.x, ev->output.y - 10, ic->sd->x + ic->x - 
ic->sd->pos.x, ic->sd->y + ic->y - ic->sd->pos.y, ic->w, ic->h) &&
-       E_INSIDE(ev->output.x - 10, ev->output.y, ic->sd->x + ic->x - 
ic->sd->pos.x, ic->sd->y + ic->y - ic->sd->pos.y, ic->w, ic->h) &&
-       E_INSIDE(ev->output.x + 10, ev->output.y, ic->sd->x + ic->x - 
ic->sd->pos.x, ic->sd->y + ic->y - ic->sd->pos.y, ic->w, ic->h) &&
-       E_INSIDE(ev->output.x, ev->output.y + 10, ic->sd->x + ic->x - 
ic->sd->pos.x, ic->sd->y + ic->y - ic->sd->pos.y, ic->w, ic->h) &&
-       evas_pointer_inside_get(evas_object_evas_get(ic->sd->obj))) return;
    evas_object_smart_callback_call(ic->sd->obj, "icon_mouse_out", &ic->info);
 }
 

-- 


Reply via email to