Mercurial > mplayer.hg
view Gui/mplayer/gtk/mb.h @ 17245:44c24de55f9d
- move our setenv() fallback implementation to osdep
- assert that the override param is nonzero (zero is not implemented)
- correct return value type to int
based on a patch by Diego
fixes bugzilla bug #342
author | al |
---|---|
date | Mon, 26 Dec 2005 03:16:48 +0000 |
parents | 5b67aed0fc28 |
children | 273bdef43012 |
line wrap: on
line source
#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( char * msg ); #endif