Move GUI-related extern declarations to a GUI header file.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30578 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-14 14:33:16 +00:00
parent dc32369107
commit 6448809568
5 changed files with 8 additions and 7 deletions

View File

@ -37,6 +37,7 @@
#include "cfg.h"
#include "app.h"
#include "interface.h"
#include "mplayer/gmplayer.h"
#include "mplayer/play.h"
// --- params

View File

@ -38,6 +38,7 @@
#include "help_mp.h"
#include "get_path.h"
#include "mp_core.h"
#include "mplayer.h"
#include "libvo/x11_common.h"
#include "libvo/video_out.h"
#include "libvo/font_load.h"

View File

@ -29,6 +29,11 @@ extern int mainVisible;
extern int mplMainAutoPlay;
extern int mplMiddleMenu;
extern char * dvd_device;
extern char * cdrom_device;
extern int fullscreen;
extern int flip;
void mplInit( void * disp );
void mplMainDraw( void );

View File

@ -39,6 +39,7 @@
#include "gui/app.h"
#include "gui/cfg.h"
#include "gui/interface.h"
#include "gui/mplayer/gmplayer.h"
#include "gui/mplayer/widgets.h"
#include "opts.h"
#include "fs.h"

View File

@ -21,9 +21,6 @@
extern char* current_module;
extern char * dvd_device;
extern char * cdrom_device;
extern char ** audio_fm_list;
extern char ** video_fm_list;
extern char ** video_driver_list;
@ -51,10 +48,6 @@ extern char * filename;
extern int stream_cache_size;
extern int autosync;
// libmpcodecs:
extern int fullscreen;
extern int flip;
extern int frame_dropping;
extern int auto_quality;