Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        edge.c 


Log Message:
Fix edge flip brokenness (thanks to Phillip Warner).

===================================================================
RCS file: /cvs/e/e16/e/src/edge.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- edge.c      21 Dec 2007 22:04:54 -0000      1.37
+++ edge.c      17 Jan 2008 17:21:29 -0000      1.38
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various 
contributors
- * Copyright (C) 2004-2007 Kim Woelders
+ * Copyright (C) 2004-2008 Kim Woelders
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -92,8 +92,8 @@
       dy = 0;
    Mode.events.px = Mode.events.mx;
    Mode.events.py = Mode.events.my;
-   Mode.events.mx += dx;
-   Mode.events.my += dy;
+   Mode.events.mx = Mode.events.cx += dx;
+   Mode.events.my = Mode.events.cy += dy;
    EXWarpPointer(VRoot.xwin, Mode.events.mx, Mode.events.my);
    DeskCurrentMoveAreaBy(dax, day);
    Mode.events.px = Mode.events.mx;



-------------------------------------------------------------------------
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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to