comparison src/audacious/ui_skinned_playlist.h @ 4386:93d13f5c0980

Partially rewrite this code in cairo. Features include: - about 1/10th less image operations - rounded borders on selections - joined selections like in banshee2 (but this is b0rked atm)
author William Pitcock <nenolod@atheme.org>
date Sat, 29 Mar 2008 08:55:26 -0500
parents 46591501603e
children 246244ead30e
comparison
equal deleted inserted replaced
4384:db1c0a24e100 4386:93d13f5c0980
26 26
27 #ifndef UISKINNEDPLAYLIST_H 27 #ifndef UISKINNEDPLAYLIST_H
28 #define UISKINNEDPLAYLIST_H 28 #define UISKINNEDPLAYLIST_H
29 29
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31
32 #include <cairo.h>
33 #include <pango/pangocairo.h>
34
31 #include "skin.h" 35 #include "skin.h"
32 36
33 #ifdef __cplusplus 37 #ifdef __cplusplus
34 extern "C" { 38 extern "C" {
35 #endif 39 #endif