diff 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
line wrap: on
line diff
--- a/src/audacious/ui_skinned_playlist.h	Sat Mar 29 11:41:55 2008 +0200
+++ b/src/audacious/ui_skinned_playlist.h	Sat Mar 29 08:55:26 2008 -0500
@@ -28,6 +28,10 @@
 #define UISKINNEDPLAYLIST_H
 
 #include <gtk/gtk.h>
+
+#include <cairo.h>
+#include <pango/pangocairo.h>
+
 #include "skin.h"
 
 #ifdef __cplusplus