Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_events.c 


Log Message:


no printfs

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_events.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- evas_events.c       17 Sep 2004 13:46:55 -0000      1.25
+++ evas_events.c       17 Sep 2004 13:47:47 -0000      1.26
@@ -600,13 +600,11 @@
    MAGIC_CHECK_END();
    e->pointer.inside = 0;
    
-   printf("OUT !!!!\n");
    if (e->events_frozen > 0) return;
    
    /* if our mouse button is grabbed to any objects */   
    if (e->pointer.mouse_grabbed == 0)
      {
-       printf("OUT2 !!!!\n");
        /* go thru old list of in objects */
        Evas_List *l, *copy;
 
@@ -616,7 +614,6 @@
             Evas_Object *obj;
             
             obj = l->data;
-            printf("OUT %p\n", obj);
               {
                  Evas_Event_Mouse_Out ev;
                  




-------------------------------------------------------
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