Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:


disable pager dragging while hunting down a segv

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -3 -r1.118 -r1.119
--- e_mod_main.c        10 Sep 2005 05:20:58 -0000      1.118
+++ e_mod_main.c        10 Sep 2005 22:30:24 -0000      1.119
@@ -1834,7 +1834,7 @@
    /* make this configurable */
    if ((ev->button == 1))
      {
-       printf("DN: %d\n", pw);
+//     printf("DN: %d\n", pw);
        pw->drag.start = 1;
        pw->drag.x = -1;
        pw->drag.y = -1;
@@ -1851,7 +1851,7 @@
    pw = data;
    if (!pw) return;
 
-   printf("UP: %d\n", pw);
+//   printf("UP: %d\n", pw);
    pw->drag.start = 0;
 }
 
@@ -1867,6 +1867,7 @@
    if (!pw) return;
    if (pw->drag.start)
      {
+#if 0
        printf("DRAG: %d\n", pw);
        if ((pw->drag.x == -1) && (pw->drag.y == -1))
          {
@@ -1924,6 +1925,7 @@
               }
          }
 
+#endif
      }
 }
 




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to