[Bug 6971] Mouse "escapes" window or is confined to an area in the full screen program NO HACKS PLEASE
http://bugs.winehq.org/show_bug.cgi?id=6971 Ruslan <b7.10110111(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b7.10110111(a)gmail.com --- Comment #381 from Ruslan <b7.10110111(a)gmail.com> 2010-07-18 15:55:27 --- (In reply to comment #380)
(In reply to comment #378)
Maybe I made something wrong I patch the wine 1.2 final source as: patch -p1 > madscientist-X11DRV_LeaveNotify.patch
I don't know if it works with wine 1.2 (stable), but even if it does, you should read the patch file to the patch command, not write into the file. wrong: patch -p1 > foo.patch correct: patch -p1 < foo.patch
And even better, to not confuse read&write of a file, use patch -p1 -i foo.patch -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org