Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


Modified Files:
        ecore_x_window.c 


Log Message:


printf--

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x_window.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- ecore_x_window.c    5 Oct 2007 12:11:45 -0000       1.53
+++ ecore_x_window.c    5 Oct 2007 12:24:32 -0000       1.54
@@ -875,11 +875,8 @@
    
    wx = s->x + bx;
    wy = s->y + by;
-   printf("is %i %i in [%x][%ix%i %i %i]\n", 
-         x, y, s->win, s->w, s->h, wx, wy);
    if (!((x >= wx) && (y >= wy) && (x < (wx + s->w)) && (y < (wy + s->h))))
      return 0;
-   printf("  check children...\n");
    if (s->children)
      {
        int skipit = 0;
@@ -909,7 +906,6 @@
               }
          }
      }
-   printf("    IS IN %x\n", s->win);
    return s->win;
 }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to