changeset 31388:f57d3b8292a2

Add appropriate header files for GUI variables.
author diego
date Thu, 17 Jun 2010 09:59:31 +0000
parents da9665eeb5b5
children 1d9bda52a78b
files cfg-mplayer.h
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Thu Jun 17 09:58:51 2010 +0000
+++ b/cfg-mplayer.h	Thu Jun 17 09:59:31 2010 +0000
@@ -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},