comparison src/audacious/ui_skin.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents 246244ead30e
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
21 * 21 *
22 * The Audacious team does not consider modular code linking to 22 * The Audacious team does not consider modular code linking to
23 * Audacious or using our public API to be a derived work. 23 * Audacious or using our public API to be a derived work.
24 */ 24 */
25 25
26 #ifndef SKIN_H 26 #ifndef AUDACIOUS_UI_SKIN_H
27 #define SKIN_H 27 #define AUDACIOUS_UI_SKIN_H
28 28
29 #include <glib.h> 29 #include <glib.h>
30 #include <gdk/gdk.h> 30 #include <gdk/gdk.h>
31 #include <gtk/gtk.h> 31 #include <gtk/gtk.h>
32 32
242 void skin_set_random_skin(void); 242 void skin_set_random_skin(void);
243 243
244 244
245 void ui_skinned_widget_draw(GtkWidget *widget, GdkPixbuf *obj, gint width, gint height, gboolean scale); 245 void ui_skinned_widget_draw(GtkWidget *widget, GdkPixbuf *obj, gint width, gint height, gboolean scale);
246 246
247 #endif 247 #endif /* AUDACIOUS_UI_SKIN_H */