diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-08-23 22:31:56 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-08-23 22:31:56 +0000 |
| commit | b0baa87dd61d524e7bd2ca9996dd22e38a0ec2b5 (patch) | |
| tree | d262d7f432738694c57c735bdd2d6005a984864b /src/display/sp-canvas.h | |
| parent | remove slowest_buffer - we no longer use it in sp-canvas (diff) | |
| download | inkscape-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.h | 6 |
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 */ |
