comparison gui/mplayer/widgets.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children 10dfbc523184
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 1 #ifndef MPLAYER_GUI_WIDGETS_H
2 #ifndef GUI_WIDGETS_H 2 #define MPLAYER_GUI_WIDGETS_H
3 #define GUI_WIDGETS_H
4 3
5 #include <stdio.h> 4 #include <stdio.h>
6 #include <stdlib.h> 5 #include <stdlib.h>
7 #include <gdk/gdkkeysyms.h> 6 #include <gdk/gdkkeysyms.h>
8 #include <gtk/gtk.h> 7 #include <gtk/gtk.h>
58 extern void gtkShow( int type,char * param ); 57 extern void gtkShow( int type,char * param );
59 extern void gtkMessageBox( int type,const gchar * str ); 58 extern void gtkMessageBox( int type,const gchar * str );
60 extern void gtkSetLayer( GtkWidget * wdg ); 59 extern void gtkSetLayer( GtkWidget * wdg );
61 extern void gtkActive( GtkWidget * wdg ); 60 extern void gtkActive( GtkWidget * wdg );
62 61
63 #endif /* GUI_WIDGETS_H */ 62 #endif /* MPLAYER_GUI_WIDGETS_H */