Mercurial > mplayer.hg
view Gui/mplayer/gtk/url.h @ 10846:579c83157193
Fixed PAUSED message (it was too long :)
author | lumag |
---|---|
date | Wed, 10 Sep 2003 14:56:56 +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