Mercurial > mplayer.hg
view Gui/mplayer/gtk/mb.h @ 7564:24165f770c0d
idct algo selection support
author | michael |
---|---|
date | Sun, 29 Sep 2002 23:21:57 +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