mshtml: Use DispDOMEvent for DOMEvent object.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a2d61dd4d7
commit
aa2be899a6
|
@ -1476,7 +1476,7 @@ static const tid_t DOMEvent_iface_tids[] = {
|
||||||
|
|
||||||
static dispex_static_data_t DOMEvent_dispex = {
|
static dispex_static_data_t DOMEvent_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
IDOMEvent_tid,
|
DispDOMEvent_tid,
|
||||||
DOMEvent_iface_tids
|
DOMEvent_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -80,6 +80,7 @@ typedef struct EventTarget EventTarget;
|
||||||
XDIID(DispCEventObj) \
|
XDIID(DispCEventObj) \
|
||||||
XDIID(DispCPlugins) \
|
XDIID(DispCPlugins) \
|
||||||
XDIID(DispDOMChildrenCollection) \
|
XDIID(DispDOMChildrenCollection) \
|
||||||
|
XDIID(DispDOMEvent) \
|
||||||
XDIID(DispHTMLAnchorElement) \
|
XDIID(DispHTMLAnchorElement) \
|
||||||
XDIID(DispHTMLAreaElement) \
|
XDIID(DispHTMLAreaElement) \
|
||||||
XDIID(DispHTMLAttributeCollection) \
|
XDIID(DispHTMLAttributeCollection) \
|
||||||
|
|
Loading…
Reference in New Issue