summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-08-23 22:31:56 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-08-23 22:31:56 +0000
commitb0baa87dd61d524e7bd2ca9996dd22e38a0ec2b5 (patch)
treed262d7f432738694c57c735bdd2d6005a984864b /src/display/sp-canvas.h
parentremove slowest_buffer - we no longer use it in sp-canvas (diff)
downloadinkscape-b0baa87dd61d524e7bd2ca9996dd22e38a0ec2b5.tar.gz
inkscape-b0baa87dd61d524e7bd2ca9996dd22e38a0ec2b5.zip
third patch from Dennis Lin (with my tweaks) - great simplification and optimization of sp-canvas
(bzr r3576)
Diffstat (limited to 'src/display/sp-canvas.h')
-rw-r--r--src/display/sp-canvas.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/display/sp-canvas.h b/src/display/sp-canvas.h
index bc5f835f1..3b4c7743f 100644
--- a/src/display/sp-canvas.h
+++ b/src/display/sp-canvas.h
@@ -157,13 +157,9 @@ struct SPCanvas {
unsigned int need_redraw : 1;
unsigned int need_repick : 1;
- NRRectL redraw_aborted;
- long redraw_count;
- glong slowest_buffer;
-
int forced_redraw_count;
int forced_redraw_limit;
-
+
/* For use by internal pick_current_item() function */
unsigned int left_grabbed_item : 1;
/* For use by internal pick_current_item() function */