Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_place.c 


Log Message:


printf--

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_place.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_place.c   30 Oct 2006 13:05:03 -0000      1.24
+++ e_place.c   30 Oct 2006 13:05:39 -0000      1.25
@@ -208,14 +208,12 @@
             int bx, by, bw, bh;
             
             es = l->data;
-            printf("%p != %p\n", es->zone, zone);
             if (es->zone != zone) continue;
                  
             bx = es->x;
             by = es->y;
             bw = es->w;
             bh = es->h;
-            printf("SH: %i %i %ix%i\n", bx, by, bw, bh);
             if (!E_INTERSECTS(bx, by, bw, bh, 0, 0, zw, zh)) continue;
 
             if (bx < 0)
@@ -373,10 +371,6 @@
       int                 i, j;
       int                 area = 0x7fffffff;
 
-      for (i = 0; i < a_w; i++)
-       printf("X %i\n", a_x[i]);
-      for (i = 0; i < a_h; i++)
-       printf("Y %i\n", a_y[i]);
       for (j = 0; j < a_h - 1; j++)
        {
           for (i = 0; i < a_w - 1; i++)



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to