Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_events.c 


Log Message:


oops printf's

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_events.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- evas_events.c       21 Sep 2004 09:33:18 -0000      1.27
+++ evas_events.c       21 Sep 2004 12:00:31 -0000      1.28
@@ -372,7 +372,6 @@
    e->pointer.y = y;
    e->pointer.canvas_x = evas_coord_screen_x_to_world(e, x);
    e->pointer.canvas_y = evas_coord_screen_y_to_world(e, y);
-   printf("mov %i %i\n", x, y);
    if ((!e->pointer.inside) && (e->pointer.mouse_grabbed == 0)) return;
    /* if our mouse button is grabbed to any objects */   
    if (e->pointer.mouse_grabbed != 0)
@@ -387,7 +386,6 @@
             Evas_Object *obj;
             
             obj = l->data;
-            printf("int %p\n", obj);
             if ((obj->cur.visible) &&
                 (evas_object_clippers_is_visible(obj)) &&
                 (!evas_event_passes_through(obj)) &&
@@ -410,7 +408,6 @@
                       ev.data = (void *)data;
                       ev.modifiers = &(e->modifiers);
                       ev.locks = &(e->locks);
-                      printf("mov %p\n", obj);
                       if (!e->events_frozen)
                         evas_object_event_callback_call(obj, 
EVAS_CALLBACK_MOUSE_MOVE, &ev);
                    }
@@ -438,7 +435,6 @@
                  ev.data = (void *)data;
                  ev.modifiers = &(e->modifiers);
                  ev.locks = &(e->locks);
-                 printf("out %p\n", obj);
                  if (!e->events_frozen)
                    evas_object_event_callback_call(obj, EVAS_CALLBACK_MOUSE_OUT, &ev);
               }             
@@ -608,14 +604,12 @@
    
    if (e->events_frozen > 0) return;
    
-   printf("try to feed mouse out\n");
    /* if our mouse button is grabbed to any objects */   
    if (e->pointer.mouse_grabbed == 0)
      {
        /* go thru old list of in objects */
        Evas_List *l, *copy;
 
-       printf("not grabbed!\n");
        copy = evas_event_list_copy(e->pointer.object.in);
        for (l = copy; l; l = l->next)
          {




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to