mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 19:05:33 +00:00
cb2e693d22
patch by Stefan Huehner, stefan at huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19086 b3059339-0415-0410-9bf9-f77b7e298cf2
14 lines
254 B
C
14 lines
254 B
C
|
|
#ifndef __GUI_MESSAGEBOX_H
|
|
#define __GUI_MESSAGEBOX_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
extern GtkWidget * gtkMessageBoxText;
|
|
extern GtkWidget * MessageBox;
|
|
|
|
extern GtkWidget * create_MessageBox( int type );
|
|
extern void ShowMessageBox( const char * msg );
|
|
|
|
#endif
|