summaryrefslogtreecommitdiffstats
path: root/matchblox/common/message_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/common/message_queue.h')
-rw-r--r--matchblox/common/message_queue.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/matchblox/common/message_queue.h b/matchblox/common/message_queue.h
index 9fd1241..6261c6f 100644
--- a/matchblox/common/message_queue.h
+++ b/matchblox/common/message_queue.h
@@ -3,9 +3,11 @@
#define _CMESSAGE_QUEUE_H
-#define MESSAGE_NONE 0x000000
-#define MESSAGE_MENU 0x001000
-#define MESSAGE_RENDERER 0x002000
+#define MESSAGE_READ 0x00000000
+#define MESSAGE_INPUT 0x00001000
+#define MESSAGE_MENU 0x00002000
+#define MESSAGE_RENDERER 0x00004000
+#define MESSAGE_OTHER 0x00008000
#define MESSAGE_WINDOW_SIZE 16