http://bugs.winehq.org/show_bug.cgi?id=6971
--- Comment #384 from Berillions berillions@gmail.com 2010-07-19 02:24:52 --- (In reply to comment #383)
this fix does nothing to warp or prevent regular mouse motion outside windows. instead it properly notifies them with a simulated WM_MOUSEMOVE clipped to their client edge when the pointer leaves the window, which fixes edge scrolling.
patch was diff'd and tested against 1.2 final so i'm not sure why it wouldn't apply. please post some more details.
Hello, I retry your patch with Wine source 1.2. If i use "patch -p0 < your_patch.patch", I have 5 errors (Hunk failed) But i use "patch -p1 < your_patch.patch", It's succeeded.