diff Gui/mplayer/gtk/about.h @ 6146:b9651eb9749e

fix some gtk bug...
author pontscho
date Mon, 20 May 2002 13:56:16 +0000
parents d47cbcdce1a8
children 5b67aed0fc28
line wrap: on
line diff
--- a/Gui/mplayer/gtk/about.h	Mon May 20 13:39:23 2002 +0000
+++ b/Gui/mplayer/gtk/about.h	Mon May 20 13:56:16 2002 +0000
@@ -4,6 +4,9 @@
 
 #include <gtk/gtk.h>
 
+extern GtkWidget * AboutBox;
+
 extern GtkWidget * create_About( void );
+extern void ShowAboutBox( void );
 
 #endif