view Gui/mplayer/gtk/url.h @ 19822:db95db082c37

Move subtitles and OSD section from the installation to the usage chapter.
author diego
date Wed, 13 Sep 2006 14:30:44 +0000
parents e9bd97d5c5cc
children
line wrap: on
line source


#ifndef _URL_H
#define _URL_H

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

extern void ShowURLDialogBox( void );
extern GtkWidget * create_URL( void );

#endif