Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move: Warp: move pointer to centre of window
When a user issues a Move command, such as: Move -10p -10p Warp The mouse pointer would move to the window's same resting place coordinate, rather than to the window itself. This appears to have been broken in fvwm2 for some time. Rather than reimplement the logic found in WarpToWindow, let "Warp" imply warping the pointer to the centre of the window. Eventually, "Warp" as an option will go away entirely, so this is only meant as a temporary solution as it's technically something which we support. Should the user want anything more granular or a different pointer location than what "Warp" now implies with this comment, then the "WarpToWindow" command can be used instead. Fixes #551
- Loading branch information