http://bugs.winehq.org/show_bug.cgi?id=4417
tony.lambregts@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts@gmail.com 2006-26-01 11:02 -------
From comment 10 in bug 1374
---8<--- I got in touch with the guys who wrote Hammer. They are quite nice and are eager to help. They sent me a build of Hammer 3.4 that set the DCX_CLIPSIBLINGS flag. Unfortunately, this did not fix the problem. I hacked wine such that all calls to GetDCEx() assumed the DCX_CLIPSIBLINGS flag. This did not help, either.
Then I tried hacking GetDCEx() to always or-in "DCX_CACHE | DCX_CLIPSIBLINGS", which are the flags that Lionel's patch uses, and *that* fixed the problem. At least, it fixed the problem to the extent that Lionel's patch fixed the problem. That is, the stand-alone OpenGL windows now render, but OpenGL does not render when the window is a child of a 4-way splitter. ---8<---
Resolving as DUPLICATE
*** This bug has been marked as a duplicate of 1374 ***