summaryrefslogtreecommitdiff
path: root/include/dom
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom')
-rw-r--r--include/dom/events/document_event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dom/events/document_event.h b/include/dom/events/document_event.h
index 060ad00..3842fd5 100644
--- a/include/dom/events/document_event.h
+++ b/include/dom/events/document_event.h
@@ -67,7 +67,8 @@ typedef void (*dom_default_action_callback)(struct dom_event *evt, void *pw);
typedef enum {
DOM_DEFAULT_ACTION_STARTED = 0,
DOM_DEFAULT_ACTION_PREVENTED,
- DOM_DEFAULT_ACTION_END
+ DOM_DEFAULT_ACTION_END,
+ DOM_DEFAULT_ACTION_FINISHED
} dom_default_action_phase;
/**