comparison gui/mplayer/gtk/mb.c @ 25601:8a0adeba5910

Rename common.[ch] to gtk_common.[ch], there are too many files by that name.
author diego
date Sun, 06 Jan 2008 16:22:00 +0000
parents 17bf4f4b0715
children 0d255d03016f
comparison
equal deleted inserted replaced
25600:785d273c050f 25601:8a0adeba5910
6 #include "../pixmaps/error.xpm" 6 #include "../pixmaps/error.xpm"
7 #include "../pixmaps/warning.xpm" 7 #include "../pixmaps/warning.xpm"
8 8
9 #include "../widgets.h" 9 #include "../widgets.h"
10 #include "mb.h" 10 #include "mb.h"
11 #include "common.h" 11 #include "gtk_common.h"
12 12
13 GtkWidget * gtkMessageBoxText; 13 GtkWidget * gtkMessageBoxText;
14 GtkWidget * MessageBox = NULL; 14 GtkWidget * MessageBox = NULL;
15 15
16 void ShowMessageBox( const char * msg ) 16 void ShowMessageBox( const char * msg )