diff src/audacious/ui_vis.c @ 4413:de33c83aa06f

Huge renaming patch, changing BMP references to Audacious.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 06:47:48 +0300
parents c399e0fa9791
children 246244ead30e
line wrap: on
line diff
--- a/src/audacious/ui_vis.c	Mon Mar 31 06:36:41 2008 +0300
+++ b/src/audacious/ui_vis.c	Mon Mar 31 06:47:48 2008 +0300
@@ -270,7 +270,7 @@
     if (!vis->visible_window)
         return FALSE;
 
-    skin_get_viscolor(bmp_active_skin, vis_color);
+    skin_get_viscolor(aud_active_skin, vis_color);
     for (y = 0; y < 24; y++) {
         colors[y] =
             vis_color[y][0] << 16 | vis_color[y][1] << 8 | vis_color[y][2];
@@ -397,8 +397,8 @@
       if(playback_get_playing()){ /*Only draw the data if we're playing*/
 	if(cfg.voiceprint_mode == VOICEPRINT_NORMAL){ 
 	  /* Create color gradient from the skin's background- and foreground color*/
-	  fgc = skin_get_color(bmp_active_skin, SKIN_TEXTFG);
-	  bgc = skin_get_color(bmp_active_skin, SKIN_TEXTBG);
+	  fgc = skin_get_color(aud_active_skin, SKIN_TEXTFG);
+	  bgc = skin_get_color(aud_active_skin, SKIN_TEXTBG);
 	  skin_col[0][0] = fgc->red   >> 8;
 	  skin_col[0][1] = fgc->green >> 8;
 	  skin_col[0][2] = fgc->blue  >> 8;