mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 20:32:13 +00:00
f2a8f10af2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23815 b3059339-0415-0410-9bf9-f77b7e298cf2
13 lines
196 B
C
13 lines
196 B
C
|
|
#ifndef GUI_MB_H
|
|
#define GUI_MB_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
extern GtkWidget * MessageBox;
|
|
|
|
extern GtkWidget * create_MessageBox( int type );
|
|
extern void ShowMessageBox( const char * msg );
|
|
|
|
#endif
|