Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_dnd.c 


Log Message:
Remove printf

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_dnd.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- e_dnd.c     15 Jun 2008 08:41:41 -0000      1.73
+++ e_dnd.c     15 Jun 2008 08:44:32 -0000      1.74
@@ -606,7 +606,6 @@
             break;
          }
      }
-   printf("0x%x == 0x%x\n", win, hwin);
    if (win == hwin) return 1;
    return 0;
 }
@@ -1185,7 +1184,6 @@
      }
    else
      {
-       printf("Position over xdnd: 0x%x, 0x%x\n", ev->win, ev->source);
        _e_drag_update(ev->win, ev->position.x, ev->position.y);
        ecore_x_dnd_send_status(1, 0, rect, ECORE_X_DND_ACTION_PRIVATE);
      }



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to