projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ad0f69
)
Remove printf
author
Sebastian Dransfeld
<sd@tango.flipp.net>
Sun, 15 Jun 2008 08:44:32 +0000
(08:44 +0000)
committer
Sebastian Dransfeld
<sd@tango.flipp.net>
Sun, 15 Jun 2008 08:44:32 +0000
(08:44 +0000)
SVN revision: 34828
src/bin/e_dnd.c
patch
|
blob
|
history
diff --git
a/src/bin/e_dnd.c
b/src/bin/e_dnd.c
index
48ab99c
..
7c61b6d
100644
(file)
--- a/
src/bin/e_dnd.c
+++ b/
src/bin/e_dnd.c
@@
-606,7
+606,6
@@
_e_drag_win_matches(E_Drop_Handler *h, Ecore_X_Window win)
break;
}
}
- printf("0x%x == 0x%x\n", win, hwin);
if (win == hwin) return 1;
return 0;
}
@@
-1185,7
+1184,6
@@
_e_dnd_cb_event_dnd_position(void *data, int type, void *event)
}
else
{
- printf("Position over xdnd: 0x%x, 0x%x\n", ev->win, ev->source);
_e_drag_update(ev->win, ev->position.x, ev->position.y);
ecore_x_dnd_send_status(1, 0, rect, ECORE_X_DND_ACTION_PRIVATE);
}