Mercurial > mplayer.hg
view Gui/mplayer/gtk/mb.h @ 7330:2f3fe8274028
Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>
- Url was not properly parsed if an @ was in the file path.
author | bertrand |
---|---|
date | Mon, 09 Sep 2002 04:16:16 +0000 |
parents | 77980ab4e296 |
children | 5b67aed0fc28 |
line wrap: on
line source
#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