summaryrefslogtreecommitdiffstats
path: root/Gui/interface.h
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-03 15:19:52 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-03 15:19:52 +0000
commit4d58623130453489e7b7e185ee2ea82962d639dd (patch)
tree722024c4e73110181591f84e9cf0d6943faeea7c /Gui/interface.h
parent2a57b62b04a64cbd1eb671aff43319f1e8bcc14b (diff)
downloadmpv-4d58623130453489e7b7e185ee2ea82962d639dd.tar.bz2
mpv-4d58623130453489e7b7e185ee2ea82962d639dd.tar.xz
Remove many annoying GTK includes in every compile line and remove GTK
stuff from mp_msg by using a wrapper function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16375 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 d9410c90cd..d3c3d2d313 100644
--- a/Gui/interface.h
+++ b/Gui/interface.h
@@ -150,6 +150,7 @@ extern int guiGetEvent( int type,char * arg );
extern void guiEventHandling( void );
extern void guiLoadFont( void );
extern void guiLoadSubtitle( char * name );
+extern void guiMessageBox(int level, char * str);
typedef struct _plItem
{