1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-01 20:52:05 +00:00
mpv/gui/mplayer/gtk/sb.h

13 lines
217 B
C
Raw Normal View History

#ifndef GUI_SB_H
#define GUI_SB_H
#include <gtk/gtk.h>
extern char * sbSelectedSkin;
extern GtkWidget * SkinBrowser;
extern void ShowSkinBrowser( void );
extern GtkWidget * create_SkinBrowser( void );
#endif