Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        areas.c 


Log Message:
Fix area switch when not sliding.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/areas.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -3 -r1.82 -r1.83
--- areas.c     20 Apr 2005 22:49:13 -0000      1.82
+++ areas.c     25 Apr 2005 22:23:13 -0000      1.83
@@ -235,6 +235,7 @@
             EobjsSlideBy(wl, wnum, -dx, -dy, Conf.desks.slidespeed);
             Efree(wl);
          }
+       dx = dy = 0;
      }
 
    /* move all windows to their final positions */
@@ -250,7 +251,7 @@
           continue;
 
        if (!(EoIsFloating(ewin) && Conf.movres.mode_move == 0))
-          MoveEwin(ewin, EoGetX(ewin), EoGetY(ewin));
+          MoveEwin(ewin, EoGetX(ewin) - dx, EoGetY(ewin) - dy);
      }
    Mode.move.check = 1;
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to