view Gui/mplayer/gtk/url.h @ 9712:b320a02fa57b

Switch to the new config header Fix the chapter==0 bug when playing a list of title
author albeu
date Thu, 27 Mar 2003 20:45:54 +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