Mercurial > mplayer.hg
view gui/mplayer/gtk/mb.h @ 23458:973e53dc7df5
Do not use fast_memcpy for small size copy, esp. when the size is constant
author | reimar |
---|---|
date | Tue, 05 Jun 2007 15:09:49 +0000 |
parents | 17bf4f4b0715 |
children | ce6ecb20fb44 |
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( const char * msg ); #endif