[MPlayer-cvslog] r25447 - trunk/libmenu/menu.h

ulion subversion at mplayerhq.hu
Tue Dec 18 10:44:54 CET 2007


Author: ulion
Date: Tue Dec 18 10:44:54 2007
New Revision: 25447

Log:
Replace another m_struct_t by 'struct m_struct_st' to remove depedency
on m_struct.h when include libmenu/menu.h.


Modified:
   trunk/libmenu/menu.h

Modified: trunk/libmenu/menu.h
==============================================================================
--- trunk/libmenu/menu.h	(original)
+++ trunk/libmenu/menu.h	Tue Dec 18 10:44:54 2007
@@ -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)



More information about the MPlayer-cvslog mailing list