aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-05-17 17:25:31 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-05-17 17:25:31 +0200
commit17cdced87bf3c337574215ce7625c462f15798a0 (patch)
tree9f8c125c9d50ae6a9f904fc90202b2c9bdf84bb3
parent5b77d7f309deaf4fc59377094adf02ba9ed15402 (diff)
downloadcherry-17cdced87bf3c337574215ce7625c462f15798a0.tar.gz
cherry-17cdced87bf3c337574215ce7625c462f15798a0.zip
Add event.h
-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__ */