[Bug 47036] C&C Red Alert 2 Yuri's Revenge missing graphical elements

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Apr 25 10:21:32 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47036

--- Comment #17 from Micah N Gorrell <mgorrell at codeweavers.com> ---
(In reply to Paul Gofman from comment #16)
> (In reply to Micah N Gorrell from comment #15)
> > (In reply to Micah N Gorrell from comment #14)
> > > (In reply to Paul Gofman from comment #12)
> > > > Created attachment 64259 [details]
> > > > +wgl,win log
> > > 
> > > Thanks. I'll look through and see if I can find the flags that were used for
> > > the window in question.
> > 
> > If I'm reading this correctly the window in question was created with
> > WS_POPUP WS_DISABLED WS_CLIPSIBLINGS, so that makes me think my most recent
> > patch may be the right approach.
> 
> 
> No, this patch does not fix it. But it seems to me it does not do what you
> say, if the window is with children this patch change nothing for it.

The patch checks for the WS_CLIPCHILDREN flag, and if that is not set then it
ignores the known_child bool since that is only needed if WS_CLIPCHILDREN is
set.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list