Mercurial > mplayer.hg
changeset 25419:59aba7a96701
Replace another m_struct_t by 'struct m_struct_st' to remove depedency
on m_struct.h when include libmenu/menu.h.
author | ulion |
---|---|
date | Tue, 18 Dec 2007 09:44:54 +0000 |
parents | 0cc73d213160 |
children | e5a7f0401180 |
files | libmenu/menu.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmenu/menu.h Tue Dec 18 09:13:19 2007 +0000 +++ b/libmenu/menu.h Tue Dec 18 09:44:54 2007 +0000 @@ -25,7 +25,7 @@ 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)