[PATCH v4 6/6] winex11.drv: Only call XWarpPointer if we can get exclusive pointer grab

Henri Verbeet hverbeet at gmail.com
Mon Sep 9 07:25:12 CDT 2019


On Fri, 30 Aug 2019 at 14:49, Rémi Bernon <rbernon at codeweavers.com> wrote:
>
> XWarpPointer will always succeed, regardless of grabs, so if the pointer
> is already grabbed, by some other application, we should not ask to warp
> it.
>
> Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
> ---
>  dlls/winex11.drv/mouse.c | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>
This breaks the d3d8 and d3d9 test_cursor_pos() tests:

device.c:1122: Test failed: Didn't receive MOUSEMOVE 5 (125, 125).



More information about the wine-devel mailing list