mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26169 b3059339-0415-0410-9bf9-f77b7e298cf2
13 lines
258 B
C
13 lines
258 B
C
#ifndef MPLAYER_GUI_GTK_URL_H
|
|
#define MPLAYER_GUI_GTK_URL_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
extern GtkWidget * URL;
|
|
extern int gtkVURLDialogBox;
|
|
|
|
extern void ShowURLDialogBox( void );
|
|
extern GtkWidget * create_URL( void );
|
|
|
|
#endif /* MPLAYER_GUI_GTK_URL_H */
|