diff src/audacious/skin.h @ 4216:75d99359357b

doublesize -> custom scale: * initial work, just got it to compile * doublesize is broken at all
author Cristi Magherusan <majeru@atheme.org>
date Sun, 27 Jan 2008 19:43:53 +0200
parents bc51ab3fecd5
children de33c83aa06f
line wrap: on
line diff
--- a/src/audacious/skin.h	Sun Jan 27 15:15:03 2008 +0200
+++ b/src/audacious/skin.h	Sun Jan 27 19:43:53 2008 +0200
@@ -174,7 +174,6 @@
 #define SKIN_PIXMAP(x)  ((SkinPixmap *)(x))
 typedef struct _SkinPixmap {
     GdkPixbuf *pixbuf;
-    /* GdkPixmap *def_pixmap; */
 
     /* The real size of the pixmap */
     gint width, height;
@@ -196,7 +195,7 @@
     GdkColor *colors[SKIN_COLOR_COUNT];
     guchar vis_color[24][3];
     GdkBitmap *masks[SKIN_MASK_COUNT];
-    GdkBitmap *ds_masks[SKIN_MASK_COUNT];
+    GdkBitmap *scaled_masks[SKIN_MASK_COUNT];
     SkinProperties properties;
 } Skin;