discomfitor pushed a commit to branch master.
commit 8df93a006d7c1709b4fc9a2b4e13137b1285e50d
Author: Mike Blumenkrantz <[email protected]>
Date: Thu May 30 11:28:42 2013 +0100
set coords for dnd leave events and remove weird FIXME
---
src/bin/e_dnd.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c
index 34896d1..9b5be89 100644
--- a/src/bin/e_dnd.c
+++ b/src/bin/e_dnd.c
@@ -965,9 +965,8 @@ _e_drag_end(int x, int y)
/* Just leave */
E_Event_Dnd_Leave leave_ev;
- /* FIXME: We don't need x and y in leave */
- leave_ev.x = 0;
- leave_ev.y = 0;
+ leave_ev.x = x;
+ leave_ev.y = y;
EINA_LIST_FOREACH(_active_handlers, l, h)
{
--
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1