summaryrefslogtreecommitdiff
path: root/Widgets/Event.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-01-09 05:38:13 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-01-09 05:40:04 +0100
commitceb373cf7167b9aed29bf34d847eecf8be778ab7 (patch)
tree4ddbda6e57304eceec031ea910141d7cecc1fc76 /Widgets/Event.h
parent7577ee0c67fac05ecacda2658724eb75381e1a01 (diff)
downloadserenity-ceb373cf7167b9aed29bf34d847eecf8be778ab7.zip
More window manager hacking. FocusIn/FocusOut events.
Diffstat (limited to 'Widgets/Event.h')
-rw-r--r--Widgets/Event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Widgets/Event.h b/Widgets/Event.h
index 4f1d2a139e..a6f5742c34 100644
--- a/Widgets/Event.h
+++ b/Widgets/Event.h
@@ -37,6 +37,8 @@ public:
DeferredDestroy,
WindowBecameInactive,
WindowBecameActive,
+ FocusIn,
+ FocusOut,
};
Event() { }