mirror of https://github.com/mpv-player/mpv
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:
parent
2f7e5f028e
commit
fea0ba733f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue