no printfs

SVN revision: 11659
This commit is contained in:
Carsten Haitzler 2004-09-17 13:47:47 +00:00
parent 77b7f24e5b
commit fd3af77b34
1 changed files with 0 additions and 3 deletions

View File

@ -600,13 +600,11 @@ evas_event_feed_mouse_out_data(Evas *e, const void *data)
MAGIC_CHECK_END(); MAGIC_CHECK_END();
e->pointer.inside = 0; e->pointer.inside = 0;
printf("OUT !!!!\n");
if (e->events_frozen > 0) return; if (e->events_frozen > 0) return;
/* if our mouse button is grabbed to any objects */ /* if our mouse button is grabbed to any objects */
if (e->pointer.mouse_grabbed == 0) if (e->pointer.mouse_grabbed == 0)
{ {
printf("OUT2 !!!!\n");
/* go thru old list of in objects */ /* go thru old list of in objects */
Evas_List *l, *copy; Evas_List *l, *copy;
@ -616,7 +614,6 @@ evas_event_feed_mouse_out_data(Evas *e, const void *data)
Evas_Object *obj; Evas_Object *obj;
obj = l->data; obj = l->data;
printf("OUT %p\n", obj);
{ {
Evas_Event_Mouse_Out ev; Evas_Event_Mouse_Out ev;