17 May
2020
17 May
'20
10:56 p.m.
https://bugs.winehq.org/show_bug.cgi?id=49174 --- Comment #2 from Michael McGuire <spoon0042(a)hotmail.com> --- Or even: void get_top_window(HTMLOuterWindow *window, HTMLOuterWindow **ret) { HTMLOuterWindow *iter = window; if (iter) while (iter->parent) iter = iter->parent; *ret = iter; } I may be bored. -- 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.