summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/sb.h
blob: d26b75c4d586fa57430c16fc94691d24579eb7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MPLAYER_GUI_SB_H
#define MPLAYER_GUI_SB_H

#include <gtk/gtk.h>

extern char      * sbSelectedSkin;
extern GtkWidget * SkinBrowser;

extern void ShowSkinBrowser( void );
extern GtkWidget * create_SkinBrowser( void );

#endif /* MPLAYER_GUI_SB_H */