comparison src/audacious/ui_legacy.c @ 4790:7d2882c8a37a

You have to include an XPM if you want to use it. Do you guys even test what you commit? Or even try to build it? This is one that didn't even build, you to at least try to build it before comitting!
author Jonathan Schleifer <js-audacious@webkeks.org>
date Thu, 02 Oct 2008 23:25:25 +0200
parents 6584bba8de63
children
comparison
equal deleted inserted replaced
4789:0b44f32ea243 4790:7d2882c8a37a
130 gtk_dialog_run(GTK_DIALOG(dialog)); 130 gtk_dialog_run(GTK_DIALOG(dialog));
131 gtk_widget_destroy(dialog); 131 gtk_widget_destroy(dialog);
132 } 132 }
133 133
134 #ifdef GDK_WINDOWING_QUARTZ 134 #ifdef GDK_WINDOWING_QUARTZ
135 #include "images/audacious_player.xpm"
136
135 static void 137 static void
136 set_dock_icon(void) 138 set_dock_icon(void)
137 { 139 {
138 GdkPixbuf *icon, *pixbuf; 140 GdkPixbuf *icon, *pixbuf;
139 CGColorSpaceRef colorspace; 141 CGColorSpaceRef colorspace;