diff mp_msg.h @ 23460:44746cbd4e5b

Create a new MSGT for just the status line.
author diego
date Tue, 05 Jun 2007 16:13:00 +0000
parents f3d7a1b58a82
children 3f0d00abc073
line wrap: on
line diff
--- a/mp_msg.h	Tue Jun 05 15:09:51 2007 +0000
+++ b/mp_msg.h	Tue Jun 05 16:13:00 2007 +0000
@@ -103,6 +103,8 @@
 
 #define MSGT_LOADER 44 // dll loader messages
 
+#define MSGT_STATUSLINE 45 // playback/encoding status line
+
 #define MSGT_MAX 64
 
 void mp_msg_init(void);