Mercurial > mplayer.hg
view Gui/mplayer/gtk/mb.h @ 3735:8baf42fa69b9
fix a warning (ambiguous 'if else')
fix a would be bug (separator)
small warning fixes
author | pl |
---|---|
date | Tue, 25 Dec 2001 16:41:06 +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