Commit 0a073a2c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Move style DispatchEx to CSSStyle.

parent 66e918fc
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
*/ */
typedef struct { typedef struct {
DispatchEx dispex;
nsIDOMCSSStyleDeclaration *nsstyle; nsIDOMCSSStyleDeclaration *nsstyle;
} CSSStyle; } CSSStyle;
struct HTMLStyle { struct HTMLStyle {
DispatchEx dispex;
CSSStyle css_style; CSSStyle css_style;
IHTMLStyle IHTMLStyle_iface; IHTMLStyle IHTMLStyle_iface;
IHTMLStyle2 IHTMLStyle2_iface; IHTMLStyle2 IHTMLStyle2_iface;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment