view gui/mplayer/gtk/mb.h @ 24850:54497a1e997a

removed silly #if 1
author nicodvb
date Sat, 27 Oct 2007 20:14:22 +0000
parents 1cb14b091f46
children 3baf6a2283da
line wrap: on
line source


#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