31 Mar
2025
31 Mar
'25
1:57 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/mshtml_private.h:
struct list sibling_entry; struct wine_rb_entry entry; + struct list detached_inner_windows;
Instead of special-casing detached windows, I think it would be cleaner to have a list of all inner windows (including the one that's currently active). To check if a window is detached, you may simply compare the current active window pointer to the one you're testing. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7425#note_99427