Code

switch to 32bpp canvasbuf, create cairo context for it, optionally output to screen...
[inkscape.git] / src / display / sp-canvas.h
index 8abb0a3598c348e8c6b399c3bde4eac0473a4adc..ca16f814ed179343cb57b3a354e2bd115b322484 100644 (file)
@@ -62,6 +62,7 @@ struct SPCanvasBuf{
     guint32 bg_color;
     // If empty, ignore contents of buffer and use a solid area of bg_color
     bool is_empty;
+    cairo_t *ct;
 };
 
 /**