diff mp_msg.h @ 17947:c33dc00f0946

Add a msg type for the osd menu.
author albeu
date Sat, 25 Mar 2006 19:24:21 +0000
parents 81cbc8debd3c
children 963062e18809
line wrap: on
line diff
--- a/mp_msg.h	Sat Mar 25 18:15:37 2006 +0000
+++ b/mp_msg.h	Sat Mar 25 19:24:21 2006 +0000
@@ -93,6 +93,8 @@
 
 #define MSGT_MUXER 39 // muxer layer
 
+#define MSGT_OSD_MENU 40
+
 #define MSGT_MAX 64
 
 void mp_msg_init(void);