summaryrefslogtreecommitdiffstats
path: root/Gui/interface.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-10 14:06:49 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-10 14:06:49 +0000
commit853b795d3c892d53f81440c0e89644beac9390cc (patch)
treed496999e8b0ed8bd251bbb6995540606a329d059 /Gui/interface.h
parentcc6c1614f40f5baf147a44d6e1af9162c44b1fd5 (diff)
downloadmpv-853b795d3c892d53f81440c0e89644beac9390cc.tar.bz2
mpv-853b795d3c892d53f81440c0e89644beac9390cc.tar.xz
- better dxr3 support
- fix oss subdevice bug - add some warning fix from Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7707 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/interface.h')
-rw-r--r--Gui/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/interface.h b/Gui/interface.h
index 6b8443f4d4..f2a3c2cc5c 100644
--- a/Gui/interface.h
+++ b/Gui/interface.h
@@ -139,6 +139,7 @@ extern void guiDone( void );
extern int guiGetEvent( int type,char * arg );
extern void guiEventHandling( void );
extern void guiLoadFont( void );
+extern void guiLoadSubtitle( char * name );
typedef struct _plItem
{