Mercurial > audlegacy
comparison src/audacious/ui_svis.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 | e6ef8287d115 |
| children | 246244ead30e |
comparison
equal
deleted
inserted
replaced
| 4412:180996fcf12a | 4413:de33c83aa06f |
|---|---|
| 281 return FALSE; | 281 return FALSE; |
| 282 | 282 |
| 283 if (!svis->visible_window) | 283 if (!svis->visible_window) |
| 284 return FALSE; | 284 return FALSE; |
| 285 | 285 |
| 286 skin_get_viscolor(bmp_active_skin, svis_color); | 286 skin_get_viscolor(aud_active_skin, svis_color); |
| 287 for (y = 0; y < 24; y++) { | 287 for (y = 0; y < 24; y++) { |
| 288 colors[y] = | 288 colors[y] = |
| 289 svis_color[y][0] << 16 | svis_color[y][1] << 8 | svis_color[y][2]; | 289 svis_color[y][0] << 16 | svis_color[y][1] << 8 | svis_color[y][2]; |
| 290 } | 290 } |
| 291 cmap = gdk_rgb_cmap_new(colors, 24); | 291 cmap = gdk_rgb_cmap_new(colors, 24); |
