summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);