http://bugs.winehq.org/show_bug.cgi?id=6971
Manu Manuel.Bihl@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Manuel.Bihl@gmx.de
--- Comment #380 from Manu Manuel.Bihl@gmx.de 2010-07-18 15:36:26 --- (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