Mercurial > audlegacy
changeset 1049:0390e4394c50 trunk
[svn] - add prototype for shade_pixmap() to be used on skin redraw (TRUE)
author | nenolod |
---|---|
date | Sun, 14 May 2006 16:08:07 -0700 |
parents | b10e09537428 |
children | 3131795a78c4 |
files | audacious/playlist_list.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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