1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 01:46:16 +00:00
mpv/Gui/mplayer/gtk/mb.h
pontscho b1be9a6a39 - add preferences support (first try)
- fix some playlist bug
- fix some equ bug
- fix some redraw bug
- fix dvd playing
- fix file open dialog box
- etc.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6795 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 20:26:38 +00:00

15 lines
283 B
C

#ifndef __GUI_MESSAGEBOX_H
#define __GUI_MESSAGEBOX_H
#include <gtk/gtk.h>
extern GtkWidget * gtkMessageBoxText;
extern GtkWidget * MessageBox;
extern int gtkVMessageBox;
extern GtkWidget * create_MessageBox( int type );
extern void ShowMessageBox( char * msg );
#endif