Add support for loading SVG icons using librsvg.
[mikachu/openbox.git] / obrender / render.h
index a5d6500..59e7766 100644 (file)
@@ -49,7 +49,7 @@ typedef struct _RrImagePic         RrImagePic;
 typedef struct _RrImageCache       RrImageCache;
 typedef struct _RrButton           RrButton;
 
-typedef guint32 RrPixel32;  /* RGBA format */
+typedef guint32 RrPixel32;  /* ARGB format, not premultiplied alpha */
 typedef guint16 RrPixel16;
 typedef guchar  RrPixel8;