Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_gadcon.c 


Log Message:
Disable drag.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -3 -r1.54 -r1.55
--- e_gadcon.c  29 Dec 2006 16:54:21 -0000      1.54
+++ e_gadcon.c  29 Dec 2006 16:58:56 -0000      1.55
@@ -1662,6 +1662,7 @@
    if (e_gadcon_layout_orientation_get(gcc->gadcon->o_container))
      {
        // TODO: Configure this value
+#if 0
        if (abs((y + gcc->dy) - gcc->drag.y) > 10)
          {
             E_Drag *drag;
@@ -1688,7 +1689,9 @@
             e_util_evas_fake_mouse_up_later(gcc->gadcon->evas, 1);
             return;
          }
-       else if (x > 0)
+       else
+#endif
+       if (x > 0)
          {
             if (gcc->state_info.state != E_LAYOUT_ITEM_STATE_POS_INC)
               gcc->state_info.resist = 0;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to