summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-28 19:42:10 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-28 19:42:10 +0000
commitf1ba99cdbe66f74725b5f8903461a28df64d16bd (patch)
treedc4d9088ad1de8e26f7eab8e9bebdf09731f1b08 /Gui/cfg.h
parent6ca786097d26975ab1721b9303129be836fd83bf (diff)
downloadmpv-f1ba99cdbe66f74725b5f8903461a28df64d16bd.tar.bz2
mpv-f1ba99cdbe66f74725b5f8903461a28df64d16bd.tar.xz
- add "start in fullscreen" function
- fix some small bug - don't quit if the config file is wrong git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7539 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/cfg.h')
-rw-r--r--Gui/cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/cfg.h b/Gui/cfg.h
index 83d1266e35..b688d8b670 100644
--- a/Gui/cfg.h
+++ b/Gui/cfg.h
@@ -26,6 +26,7 @@ extern char * gtkEquChannel3;
extern char * gtkEquChannel4;
extern char * gtkEquChannel5;
extern char * gtkEquChannel6;
+extern int gtkLoadFullscreen;
extern int cfg_read( void );
extern int cfg_write( void );