summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-20 12:42:16 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-20 12:42:16 +0000
commit90b278bfaa7dcc0fa26d81cc033fc4cc1c3801a4 (patch)
treea6e2dd81d6efb35c87d3c4246be345434dffcd26 /Gui/cfg.h
parentb45f146c371817e0056af61a8dadbcfb54399271 (diff)
downloadmpv-90b278bfaa7dcc0fa26d81cc033fc4cc1c3801a4.tar.bz2
mpv-90b278bfaa7dcc0fa26d81cc033fc4cc1c3801a4.tar.xz
many 10l for me ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9626 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/cfg.h')
-rw-r--r--Gui/cfg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gui/cfg.h b/Gui/cfg.h
index 136cec89b0..2ce1a89475 100644
--- a/Gui/cfg.h
+++ b/Gui/cfg.h
@@ -42,6 +42,12 @@ extern int gtkLoadFullscreen;
extern int gtkShowVideoWindow;
extern int gtkEnablePlayBar;
+extern int gui_save_pos;
+extern int gui_main_pos_x;
+extern int gui_main_pos_y;
+extern int gui_sub_pos_x;
+extern int gui_sub_pos_y;
+
extern int cfg_read( void );
extern int cfg_write( void );