Enlightenment CVS committal
Author : raster
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_gadcon.c
Log Message:
since no icon is dragged - disable dnd gadgets off a gadcon for now.
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -3 -r1.105 -r1.106
--- e_gadcon.c 6 May 2008 10:20:53 -0000 1.105
+++ e_gadcon.c 13 May 2008 05:31:20 -0000 1.106
@@ -1762,12 +1762,12 @@
_e_gadcon_client_current_position_sync(gcc);
if (e_gadcon_layout_orientation_get(gcc->gadcon->o_container))
{
- if (abs(cy - gcc->drag.y) > e_config->drag_resist)
+/* if (abs(cy - gcc->drag.y) > e_config->drag_resist)
{
_e_gadcon_client_drag_begin(gcc, cx, cy);
return;
}
- else if (x > 0)
+ else*/ if (x > 0)
{
if (gcc->state_info.state != E_LAYOUT_ITEM_STATE_POS_INC)
gcc->state_info.resist = 0;
@@ -1782,12 +1782,12 @@
}
else
{
- if (abs(cx - gcc->drag.x) > e_config->drag_resist)
+/* if (abs(cx - gcc->drag.x) > e_config->drag_resist)
{
_e_gadcon_client_drag_begin(gcc, cx, cy);
return;
}
- else if (y > 0)
+ else*/ if (y > 0)
{
if (gcc->state_info.state != E_LAYOUT_ITEM_STATE_POS_INC)
gcc->state_info.resist = 0;
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs