changeset 23621:757d1fae7a44

revert broken r23628, mp_core.h is not included by cfg.h, so double extern declaration is not that simple to avoid.
author reimar
date Sun, 24 Jun 2007 11:18:12 +0000
parents 358aa103e796
children fdd016bae333
files gui/cfg.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/cfg.h	Sun Jun 24 11:09:32 2007 +0000
+++ b/gui/cfg.h	Sun Jun 24 11:18:12 2007 +0000
@@ -64,6 +64,7 @@
     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;