comparison mp_msg.h @ 5638:86663f1b9b00

new osd code, use osd objs to follow changes and do minimal updates
author arpi
date Mon, 15 Apr 2002 19:17:12 +0000
parents 72f080de9ce5
children f716aa9e2df2
comparison
equal deleted inserted replaced
5637:6890819bc0dc 5638:86663f1b9b00
66 66
67 #define MSGT_INPUT 28 67 #define MSGT_INPUT 28
68 68
69 #define MSGT_VFILTER 29 69 #define MSGT_VFILTER 29
70 70
71 #define MSGT_OSD 30
72
71 #define MSGT_MAX 64 73 #define MSGT_MAX 64
72 74
73 void mp_msg_init(); 75 void mp_msg_init();
74 void mp_msg_set_level(int verbose); 76 void mp_msg_set_level(int verbose);
75 77