From: Jacek Caban Subject: Re: [PATCH] mshtml: Implement IOleObject::[Get|Set]Extent. Message-Id: <9f039faa-3dd0-90c2-a424-0690e00f4b7c@codeweavers.com> Date: Wed, 23 Sep 2020 15:49:38 +0200 In-Reply-To: <20200922163326.146495-1-gijsvrm@gmail.com> References: <20200922163326.146495-1-gijsvrm@gmail.com> 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