diff options
author | Moonchild <moonchild@palemoon.org> | 2020-01-09 13:07:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-09 13:07:56 +0000 |
commit | bfb5a7ab1669b8c052ad684f18197e8c3be1ca6a (patch) | |
tree | 3542eb0e53d20ba44a96a0b6a801d8a77ea8fb8f /widget | |
parent | 4c585084d7b7ac4591355ce41c1b90920e8b139e (diff) | |
parent | 5f54051ff6f8be20a9b2e8a25625f6dbb54b134a (diff) | |
download | aura-central-bfb5a7ab1669b8c052ad684f18197e8c3be1ca6a.tar.gz |
Merge pull request %1347 from g4jc/html5_dialog
Implement HMTL5 <dialog>
Diffstat (limited to 'widget')
-rw-r--r-- | widget/EventMessageList.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/widget/EventMessageList.h b/widget/EventMessageList.h index 372ca90fb..890a26dcd 100644 --- a/widget/EventMessageList.h +++ b/widget/EventMessageList.h @@ -457,6 +457,9 @@ NS_EVENT_MESSAGE(eVisibilityChange) // Details element events. NS_EVENT_MESSAGE(eToggle) +// Dialog element events. +NS_EVENT_MESSAGE(eClose) + #ifdef UNDEF_NS_EVENT_MESSAGE_FIRST_LAST #undef UNDEF_NS_EVENT_MESSAGE_FIRST_LAST #undef NS_EVENT_MESSAGE_FIRST_LAST |