Code

* Remove unused variables
[inkscape.git] / src / display / sp-canvas.h
index 86522870a19cc321b118fdaeb009cf8bb7697a6d..34ed87ac9198722ba9fc53795e4fd253b9c7d36a 100644 (file)
@@ -52,6 +52,7 @@ struct SPCanvasBuf{
     guchar *buf;
     int buf_rowstride;
     NRRectL rect;
+    NRRectL visible_rect;
     /// Background color, given as 0xrrggbb
     guint32 bg_color;
     // If empty, ignore contents of buffer and use a solid area of bg_color