summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-23 16:09:05 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-23 16:09:05 +0000
commit17dc008bc56dba303a0ce6cce36e669f5bd621ca (patch)
tree18a4f25f4d427ad4df91a8cdbf88497065f9bd3d /mp_msg.h
parent621431107578a3aa6a8990d32b60906a1a3c968d (diff)
downloadmpv-17dc008bc56dba303a0ce6cce36e669f5bd621ca.tar.bz2
mpv-17dc008bc56dba303a0ce6cce36e669f5bd621ca.tar.xz
added MSGT_OSDEP
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3086 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 889bc22b06..536a63e1ba 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -55,6 +55,8 @@ extern int verbose; // defined in mplayer.c
#define MSGT_TV 24 // TV input subsystem
+#define MSGT_OSDEP 25 // OS Dependant parts (linux/ for now)
+
#define MSGT_MAX 64
void mp_msg_init(int verbose);