summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-24 11:18:12 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-24 11:18:12 +0000
commit3b7723c9c729d4ffde0aee14ada538ac761806d0 (patch)
tree3775aa9f44da1693f467f460fa97fdaaf956d244 /gui
parentdf56e46146fd59542d2da3194f98113a460a6afc (diff)
downloadmpv-3b7723c9c729d4ffde0aee14ada538ac761806d0.tar.bz2
mpv-3b7723c9c729d4ffde0aee14ada538ac761806d0.tar.xz
revert broken r23628, mp_core.h is not included by cfg.h, so double extern
declaration is not that simple to avoid. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23641 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui')
-rw-r--r--gui/cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/cfg.h b/gui/cfg.h
index 66546784c1..f78e983524 100644
--- a/gui/cfg.h
+++ b/gui/cfg.h
@@ -64,6 +64,7 @@ typedef struct {
int bottom_margin;
} gtkASS_t;
extern gtkASS_t gtkASS;
+extern int ass_enabled;
extern int ass_use_margins;
extern int ass_top_margin;
extern int ass_bottom_margin;