summaryrefslogtreecommitdiffstats
path: root/Gui/interface.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-28 11:55:17 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-28 11:55:17 +0000
commitd2a4ecd87009f2c301382847a9c7785467af6938 (patch)
tree9030304d76f00ea7423edadb2412fe17bad34383 /Gui/interface.h
parent2eee0cefb01b149c86d2ca58df69c3f29c3af971 (diff)
downloadmpv-d2a4ecd87009f2c301382847a9c7785467af6938.tar.bz2
mpv-d2a4ecd87009f2c301382847a9c7785467af6938.tar.xz
fix text render chrash ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6219 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/interface.h')
-rw-r--r--Gui/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/interface.h b/Gui/interface.h
index 28c5d67000..08e57024ca 100644
--- a/Gui/interface.h
+++ b/Gui/interface.h
@@ -110,7 +110,7 @@ extern guiInterface_t guiIntfStruct;
extern char *get_path(char *filename);
-extern void guiInit( int argc,char* argv[], char *envp[] );
+extern void guiInit( void );
extern void guiDone( void );
extern void guiGetEvent( int type,char * arg );
extern void guiEventHandling( void );