aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui/mplayer/gtk/fs.h
diff options
context:
space:
mode:
authorGravatar pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-20 13:56:16 +0000
committerGravatar pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-20 13:56:16 +0000
commit4c6ce6a195af2807903f1ff0e0ee413ff6fd6081 (patch)
tree924db92b9fd062cfc64b5e82a3dfcad477b687bc /Gui/mplayer/gtk/fs.h
parentc7b919a1b9ed2ae2137cf12b996d6f0c0ff88ba4 (diff)
fix some gtk bug...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6147 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/gtk/fs.h')
-rw-r--r--Gui/mplayer/gtk/fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/mplayer/gtk/fs.h b/Gui/mplayer/gtk/fs.h
index 660dff8b4e..c0368394e0 100644
--- a/Gui/mplayer/gtk/fs.h
+++ b/Gui/mplayer/gtk/fs.h
@@ -7,6 +7,8 @@
#define fsSubtitleSelector 1
#define fsOtherSelector 2
+extern GtkWidget * fsFileSelect;
+
extern void HideFileSelect( void );
extern void ShowFileSelect( int type );