[MPlayer-cvslog] r31454 - trunk/cfg-mplayer.h

diego subversion at mplayerhq.hu
Thu Jun 17 11:59:31 CEST 2010


Author: diego
Date: Thu Jun 17 11:59:31 2010
New Revision: 31454

Log:
Add appropriate header files for GUI variables.

Modified:
   trunk/cfg-mplayer.h

Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	Thu Jun 17 11:58:51 2010	(r31453)
+++ trunk/cfg-mplayer.h	Thu Jun 17 11:59:31 2010	(r31454)
@@ -24,6 +24,8 @@
  */
 
 #include "cfg-common.h"
+#include "gui/app.h"
+#include "gui/interface.h"
 #include "input/lirc.h"
 #include "libmpcodecs/vd.h"
 #include "libmenu/menu.h"
@@ -37,9 +39,6 @@
 
 extern const m_option_t dxr2_opts[];
 
-extern char * skinName;
-extern int guiWinID;
-
 
 const m_option_t vd_conf[]={
     {"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},


More information about the MPlayer-cvslog mailing list