Mercurial > mplayer.hg
view Gui/mplayer/gtk/about.h @ 7330:2f3fe8274028
Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>
- Url was not properly parsed if an @ was in the file path.
author | bertrand |
---|---|
date | Mon, 09 Sep 2002 04:16:16 +0000 |
parents | b9651eb9749e |
children | 5b67aed0fc28 |
line wrap: on
line source
#ifndef __GUI_ABOUT_H #define __GUI_ABOUT_H #include <gtk/gtk.h> extern GtkWidget * AboutBox; extern GtkWidget * create_About( void ); extern void ShowAboutBox( void ); #endif