view Gui/mplayer/gtk/mb.h @ 4241:817742049fa0

updated based vo_xmga, using colorkey, working with gui, fixed xinerama and window moving/resizing
author alex
date Fri, 18 Jan 2002 18:15:43 +0000
parents d47cbcdce1a8
children b9651eb9749e
line wrap: on
line source


#ifndef __GUI_MESSAGEBOX_H
#define __GUI_MESSAGEBOX_H

#include <gtk/gtk.h>

extern GtkWidget * gtkMessageBoxText;

extern GtkWidget * create_MessageBox( int type );

#endif