On Sat, 3 Aug 2002, Lionel Ulmer wrote:
This should hopefully fix bug : Bug 936 - Incorrect placement of DirectDraw output (offset outside the Windows 'window')
Basically, the logic to compute the clipping window was wrong (or at least I did not understand all the subtilities of the code :-) ). At least with this fix, this particular application now runs fine.
I'm 99% sure I fixed this in my last patch submission to winehq a while ago. Seems Alexandre applied it after 20020710, though. So I don't think your patch applies on top of CVS.
I'm 99% sure I fixed this in my last patch submission to winehq a while ago. Seems Alexandre applied it after 20020710, though. So I don't think your patch applies on top of CVS.
Damn your right... At least my patch shoud be right as we produced exactly the same code (I just diffed my source tree with the latest CVS and only the comments differ).
This will teach me to work on out-dated trees :-)
So Alexandre, please discard this patch...
Lionel