Re: No response to updated patch for gdi32/StretchDIBits

2008-12-13 Thread Mathias Kosch
its" or something else? I'm developing some DIB tests > now and want to avoid any collisions with other developers in this bug. Sorry, I didn't notice your answer until now. I'm only working on a patch for "StretchDIBBits". -- Mathias Kosch | http://www.mko

No response to updated patch for gdi32/StretchDIBits

2008-10-14 Thread Mathias Kosch
[1] http://www.winehq.org/pipermail/wine-patches/2008-September/062221.html -- Mathias Kosch <[EMAIL PROTECTED]> | http://www.mkosch.de/ RSA Public Key: http://www.mkosch.de/pubkey Roboter zum selber bauen: http://www.heise.de/ct/projekte/ct-bot/ pgpzUWmRrvt4e.pgp Description: PGP signature

Re[2]: gdi32: "StretchDIBits" with value of zero for "xSrc" and "ySrc"

2008-09-23 Thread Mathias Kosch
f one fails. I will try once more, this time using "skip" instead of assertions. > In the second place, C++-style comments are not allowed in Wine > source. Sorry I missed this one out. I didn't notice any compiler warnings. [1] http://msdn.microsoft.com/en-us/library/aa3665

Re: gdi32: "StretchDIBits" seems to use the wrong picture offset

2008-07-19 Thread Mathias Kosch
> I provided a screenshot as attachment for you to see. I wasn't able to send it to this mailing list. I think this is by intention. So please ask me if you want to see. -- Mathias Kosch <[EMAIL PROTECTED]> | http://www.mkosch.de/ RSA Public Key: http://www.mkosch.de/pubkey Inter

gdi32: "StretchDIBits" seems to use the wrong picture offset

2008-07-19 Thread Mathias Kosch
would like to ask someone with a little more experience. By the way, I recognized another problem. The code also contains two calls to "SetDIBits" with parameter "height" for "UINT lines". However "height" may be negative. When I'm able to produce a

Re: advapi32: "RegGetValue" fails with some correct combinations of "dwFlags"

2008-07-19 Thread Mathias Kosch
t "dwFlags" would act like a mask. Nevertheless Bug#14509 (and Bug#14350) are still fixed. I successfully tested the test case under "Windows Server 2003" and Wine 1.1.1 with this patch applied. You can find the updates to this patch and test case as attachments. -- Mathias