https://bugs.winehq.org/show_bug.cgi?id=47683
--- Comment #8 from Micah N Gorrell mgorrell@codeweavers.com --- (In reply to Fabian Maurer from comment #6)
Bisected to
commit 0cb79db12ac7c48477518dcff269ccc5d6b745e0 Author: Micah N Gorrell mgorrell@codeweavers.com Date: Wed Apr 10 13:04:18 2019 -0600
winex11.drv: Recreate gl_drawable for top-level windows as non-top level
when clipping for child windows is required.
Prevent creating a gl_drawable for a window as type DC_GL_WINDOW if there are known children of the window, since DC_GL_WINDOW does not support clipping. Recreate a gl_drawable that was previously create as type DC_GL_WINDOW when a child is encountered. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=15232 Signed-off-by: Micah N Gorrell <mgorrell@codeweavers.com> Signed-off-by: Ken Thomases <ken@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
CCing the committer and reviewer. Can you please take a look?
Interesting. I'd like to see what the child windows that are triggering the recreation are. I did a quick search on steam for the game and I see other C&C titles but not this one. Do you know if any of the others show the same behavior?