diff dw.h @ 815:c1e93dd575a5

Initial implementation of a slightly disjointed dual cairo_surface gdkpixbuf image model.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 26 Mar 2011 04:53:41 +0000
parents 425f3d46b75f
children 2dd7638a7719
line wrap: on
line diff
--- a/dw.h	Sat Mar 26 04:31:23 2011 +0000
+++ b/dw.h	Sat Mar 26 04:53:41 2011 +0000
@@ -1258,6 +1258,7 @@
    unsigned long width, height;
 #if GTK_MAJOR_VERSION > 2
    GdkPixbuf *pixbuf;  /* the actual image */
+   cairo_surface_t *image; /* Going to have dual storage for now */
 #else
    GdkPixmap *pixmap;  /* the actual image */ 
    GdkBitmap *bitmap;  /* if not null, the image mask representing the transparency mask */