summaryrefslogtreecommitdiff
path: root/src/ui_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_types.h')
-rw-r--r--src/ui_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui_types.h b/src/ui_types.h
index dd3c3f8..aab4199 100644
--- a/src/ui_types.h
+++ b/src/ui_types.h
@@ -32,7 +32,8 @@ typedef enum {
MSG_ERR = 4,
MSG_QUESTION = 5,
MSG_LIST = 6,
- MSG_COUNT = 7, /* invalid type */
+ MSG_DEBUG = 7,
+ MSG_COUNT = 8, /* invalid type */
} BarUiMsg_t;
#endif /* SRC_UI_TYPES_H_2HR75RII */