https://bugs.winehq.org/show_bug.cgi?id=47036
--- Comment #19 from Micah N Gorrell mgorrell@codeweavers.com --- (In reply to Paul Gofman from comment #18)
(In reply to Micah N Gorrell from comment #17)
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.
Yes, but unless I am missing something if the window has children it won't go into 1st 'if' due to !GetWindow( hwnd, GW_CHILD ), there are just '&&' there. And known_child is not used after.
If you don't mind you can email me directly to reduce the number of messages here.
Oh, of course. I'm still on my first cup of coffee for the day :) I'll email you a new version in just a moment.