aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/WindowEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newt/native/WindowEvent.h')
-rw-r--r--src/newt/native/WindowEvent.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/newt/native/WindowEvent.h b/src/newt/native/WindowEvent.h
new file mode 100644
index 000000000..05491b43c
--- /dev/null
+++ b/src/newt/native/WindowEvent.h
@@ -0,0 +1,13 @@
+
+#ifndef _WINDOW_EVENT_H_
+#define _WINDOW_EVENT_H_
+
+#define EVENT_WINDOW_RESIZED 100
+#define EVENT_WINDOW_MOVED 101
+#define EVENT_WINDOW_DESTROY_NOTIFY 102
+#define EVENT_WINDOW_GAINED_FOCUS 103
+#define EVENT_WINDOW_LOST_FOCUS 104
+#define EVENT_WINDOW_REPAINT 105
+#define EVENT_WINDOW_DESTROYED 106
+
+#endif