summaryrefslogtreecommitdiffstats
path: root/ui/views/events/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/events/event.h')
-rw-r--r--ui/views/events/event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/views/events/event.h b/ui/views/events/event.h
index d8ad17f..c3cbce0 100644
--- a/ui/views/events/event.h
+++ b/ui/views/events/event.h
@@ -30,7 +30,8 @@ class Event {
ET_KEY_PRESSED,
ET_KEY_RELEASED,
ET_MOUSEWHEEL,
- ET_DROP_TARGET_EVENT };
+ ET_DROP_TARGET_EVENT,
+ ET_FOCUS_CHANGE };
// Event flags currently supported. Although this is a "views"
// file, this header is used on non-views platforms (e.g. OSX). For