Replace another m_struct_t by 'struct m_struct_st' to remove depedency

on m_struct.h when include libmenu/menu.h.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25447 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ulion 2007-12-18 09:44:54 +00:00
parent 2f7e5f028e
commit fea0ba733f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ typedef struct menu_info_s {
const char *name;
const char *author;
const char *comment;
m_struct_t priv_st; // Config struct definition
struct m_struct_st priv_st; // Config struct definition
// cfg is a config struct as defined in cfg_st, it may be used as a priv struct
// cfg is filled from the attributs found in the cfg file
// the args param hold the content of the balise in the cfg file (if any)