When I slide the mouse over the border of my screen and it changes the desk page view, mouse position is not being updated, for instance, if I move the mouse to the right border, the desk page view changes to the column at the right, but the mouse is still at the right border instead of changing to the left border. This happens only on afterstep 2.2.9 , version 2.2.8 works. If I drag a window instead of just sliding the mouse, the cursor is properly updated
Hi, I've been told that it is caused by http://cvs.aftercode.net/cgi-bin/viewcvs.cgi/afterstep-stable/src/afterstep/pager.c?rev=1.92&view=log Revision 1.89 still had the old behaviour, revision 1.90 and 1.91 changed the behaviour, and 1.92 adds a Feel flag WarpPointer which allows you to change between the old and new behaviour. Revision 1.92 is not part of the 2.2.9 release. Kurt