summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-05 16:13:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-05 16:13:00 +0000
commitba2799502dc3bd0950f7103914d6e1c523e71f9a (patch)
treea6666390ee176dd0667cd90fdc4601acc09ffa06 /mp_msg.h
parent5bddf1de61e633671fb157bd4cb1260d2cc90856 (diff)
downloadmpv-ba2799502dc3bd0950f7103914d6e1c523e71f9a.tar.bz2
mpv-ba2799502dc3bd0950f7103914d6e1c523e71f9a.tar.xz
Create a new MSGT for just the status line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23478 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 875f1de4e1..f5c9937cbb 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -103,6 +103,8 @@ extern int verbose;
#define MSGT_LOADER 44 // dll loader messages
+#define MSGT_STATUSLINE 45 // playback/encoding status line
+
#define MSGT_MAX 64
void mp_msg_init(void);