diff dw.h @ 1168:4e8f00c31c91

Added basic printing support for GTK 2.10 and above... Drawing except bitblt is currently supported.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 16 Sep 2011 22:28:14 +0000
parents 79bd0aff0bc2
children 13d046d301f7
line wrap: on
line diff
--- a/dw.h	Fri Sep 16 21:05:37 2011 +0000
+++ b/dw.h	Fri Sep 16 22:28:14 2011 +0000
@@ -1266,6 +1266,7 @@
 #else
    GdkPixmap *pixmap;  /* the actual image */
    GdkBitmap *bitmap;  /* if not null, the image mask representing the transparency mask */
+   void *image;        /* Opaque handle to a cairo_surface_t for printing */
 #endif
 } *HPIXMAP;