aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/event.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h
new file mode 100644
index 0000000..8301225
--- /dev/null
+++ b/src/event.h
@@ -0,0 +1,8 @@
+/* See LICENSE file for copyright and license details. */
+
+#ifndef __CHERRY_EVENT_H__
+#define __CHERRY_EVENT_H__
+
+#define DELETE_WINDOW 0
+
+#endif /* __CHERRY_EVENT_H__ */