# HG changeset patch # User alex # Date 1006531745 0 # Node ID f6247be962247a493a5f8d89de077d3e630e20e9 # Parent a3f947d5f847ae1797826525ab90b08f5074ed9b added MSGT_OSDEP diff -r a3f947d5f847 -r f6247be96224 mp_msg.h --- a/mp_msg.h Fri Nov 23 16:08:44 2001 +0000 +++ b/mp_msg.h Fri Nov 23 16:09:05 2001 +0000 @@ -55,6 +55,8 @@ #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);