From 103d71ac2fb3ead96da16d25097f1f559c953fcd Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 25 Aug 2015 18:34:55 +0200 Subject: Add new type of message MSG_DEBUG. This solve problem of playback time adding to artist when name is short. Debug messages are automatically copied to clipboard for easier debugging due to selection and copying in Windows console is not very convenient. --- src/ui_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui_types.h') 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 */ -- cgit v1.2.3