diff gui/cfg.h @ 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 5aae077ac16f
children f15bce7943b9
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;