[PATCH] mshtml: Implement IOleObject::[Get|Set]Extent.

Jacek Caban jacek at codeweavers.com
Wed Sep 23 08:49:38 CDT 2020


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




More information about the wine-devel mailing list