23 Sep
2020
23 Sep
'20
1:49 p.m.
On 22.09.2020 18:33, Gijs Vermeulen wrote:
--- a/dlls/mshtml/mshtml_private.h +++ b/dlls/mshtml/mshtml_private.h @@ -642,6 +642,8 @@ struct HTMLDocument { HTMLOuterWindow *window;
ConnectionPointContainer cp_container; + + SIZEL extent; };
Please move that to HTMLDocumentObj. Long term plan is to remove HTMLDocument struct (at least in its current form). Other than that, the patch looks good. Thanks, Jacek