summaryrefslogtreecommitdiffstats
path: root/libmenu
diff options
context:
space:
mode:
authorulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-18 09:44:54 +0000
committerulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-18 09:44:54 +0000
commitfea0ba733fb5952cfcb9d8b6e08e116938429892 (patch)
treeb70dfb1150f9c236de87299bf37194ca2293dfb5 /libmenu
parent2f7e5f028ee5bc2a2c5f03320bcc8fbc296ec6ea (diff)
downloadmpv-fea0ba733fb5952cfcb9d8b6e08e116938429892.tar.bz2
mpv-fea0ba733fb5952cfcb9d8b6e08e116938429892.tar.xz
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
Diffstat (limited to 'libmenu')
-rw-r--r--libmenu/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmenu/menu.h b/libmenu/menu.h
index ce62c2ba4f..3d88451936 100644
--- a/libmenu/menu.h
+++ b/libmenu/menu.h
@@ -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)