mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 13:02:24 +00:00
1426a7df8a
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2903 b3059339-0415-0410-9bf9-f77b7e298cf2
12 lines
175 B
C
12 lines
175 B
C
|
|
#ifndef __GUI_MESSAGEBOX_H
|
|
#define __GUI_MESSAGEBOX_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
extern GtkWidget * gtkMessageBoxText;
|
|
|
|
extern GtkWidget * create_MessageBox( int type );
|
|
|
|
#endif
|