Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/pager


Modified Files:
        e_mod_main.c 


Log Message:
remove debug and show pager by default
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_main.c        9 Jan 2005 19:02:18 -0000       1.1
+++ e_mod_main.c        9 Jan 2005 19:06:52 -0000       1.2
@@ -309,7 +309,6 @@
    newy = (double)p->fy / (double)(hh - p->fy);
    if (p->move && (p->conf->x == newx) && (p->conf->y == newy))
      {
-printf("clicked\n");
        int     x, y, w, h, xcount, ycount, cx, cy;
        E_Zone *zone;
        E_Desk *desk;
@@ -323,16 +322,14 @@
        for (x = 0; x < xcount; x++)
          for (y = 0; y < ycount; y++)
            {
-printf("test %d, %d\n", x, y);
               int left, right, top, bottom;
               left = p->fx + x * w;
               right = left + w;
               top = p->fy + y * h;
               bottom = top + h;
-printf("l %d r %d t %d b %d = %d, %d\n", left, right, top, bottom, cx, cy);
+
               if (left <= cx && cx < right && top <= cy && cy < bottom)
                 {
-printf("matched %d, %d\n", x, y);
                    desk = e_desk_at_xy_get(zone, x, y);
                    e_desk_show(desk);
                    evas_object_move(p->screen, left, top);




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to