# HG changeset patch # User nenolod # Date 1147648087 25200 # Node ID 0390e4394c507b9d5cc9efdd8d0195d57723391e # Parent b10e095374285717ccfe213027b842146d1d4ba6 [svn] - add prototype for shade_pixmap() to be used on skin redraw (TRUE) diff -r b10e09537428 -r 0390e4394c50 audacious/playlist_list.h --- a/audacious/playlist_list.h Sun May 14 16:05:32 2006 -0700 +++ b/audacious/playlist_list.h Sun May 14 16:08:07 2006 -0700 @@ -48,5 +48,8 @@ void playlist_list_move_down(PlayList_List * pl); int playlist_list_get_playlist_position(PlayList_List * pl, gint x, gint y); void playlist_list_set_font(const gchar * font); +GdkPixmap *rootpix; +GdkPixmap *shade_pixmap(GdkPixmap *in, gint x, gint y, gint x_offset, gint y_offset, gint w, gint h, GdkColor *shade_color); + #endif