"Alexandre" == Alexandre Julliard julliard@winehq.com writes:
Alexandre> Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes: >> CreateDIBitmap is called with the HDC lock hold, and when the >> (fColor) clause is true, CreateDCA() checks that the lock is not >> hold. A laymans approach to release hdc before CreateDCA() and reopen >> it afterwards resulted in this report asr startup, with no visual >> output:
Alexandre> I don't think we should be using CreateDC at all in Alexandre> CreateDIBitmap. Could you try this?
The patch works as expected.
Thanks