comparison src/audacious/ui_skin.c @ 4552:1fe29814b90c

kill ui_skinned_cursor
author Tomasz Mon <desowin@gmail.com>
date Sun, 18 May 2008 09:12:30 +0200
parents d09dd0960a6a
children f6dc859e38b6
comparison
equal deleted inserted replaced
4551:d09dd0960a6a 4552:1fe29814b90c
477 GdkImage *gi; 477 GdkImage *gi;
478 GdkColormap *cm; 478 GdkColormap *cm;
479 gint i; 479 gint i;
480 480
481 g_return_if_fail(pix != NULL); 481 g_return_if_fail(pix != NULL);
482 g_return_if_fail(GDK_IS_WINDOW(playlistwin->window));
483 482
484 GdkPixmap *text = gdk_pixmap_new(NULL, gdk_pixbuf_get_width(pix), gdk_pixbuf_get_height(pix), gdk_rgb_get_visual()->depth); 483 GdkPixmap *text = gdk_pixmap_new(NULL, gdk_pixbuf_get_width(pix), gdk_pixbuf_get_height(pix), gdk_rgb_get_visual()->depth);
485 gdk_draw_pixbuf(text, NULL, pix, 0, 0, 0, 0, gdk_pixbuf_get_width(pix), gdk_pixbuf_get_height(pix), 484 gdk_draw_pixbuf(text, NULL, pix, 0, 0, 0, 0, gdk_pixbuf_get_width(pix), gdk_pixbuf_get_height(pix),
486 GDK_RGB_DITHER_NONE, 0, 0); 485 GDK_RGB_DITHER_NONE, 0, 0);
487 /* Get the first line of text */ 486 /* Get the first line of text */