diff options
| author | MenTaLguY <mental@rydia.net> | 2008-03-31 02:44:19 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-03-31 02:44:19 +0000 |
| commit | 14006d002cee91d911a92814af4e7f8efe3e5b71 (patch) | |
| tree | 1ad343472aff39aa8cd982c69d93fc5ce6adb1e4 /src/display/canvas-arena.cpp | |
| parent | cmake: add finding script for garbage collector! (diff) | |
| download | inkscape-14006d002cee91d911a92814af4e7f8efe3e5b71.tar.gz inkscape-14006d002cee91d911a92814af4e7f8efe3e5b71.zip | |
lay groundwork for non-filter view mode
(bzr r5265)
Diffstat (limited to 'src/display/canvas-arena.cpp')
| -rw-r--r-- | src/display/canvas-arena.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display/canvas-arena.cpp b/src/display/canvas-arena.cpp index f1a991434..f813a03c9 100644 --- a/src/display/canvas-arena.cpp +++ b/src/display/canvas-arena.cpp @@ -212,7 +212,7 @@ sp_canvas_arena_render (SPCanvasItem *item, SPCanvasBuf *buf) // from here the sw/sh calculation, the loop, and creating the intermediate buffer, allowing arena // just render into buf in one go. - if (arena->arena->rendermode != RENDERMODE_OUTLINE) { // use 256K as a compromise to not slow down gradients + if (arena->arena->rendermode != Inkscape::RENDERMODE_OUTLINE) { // use 256K as a compromise to not slow down gradients /* 256K is the cached buffer and we need 4 channels */ if (bw * bh < 65536) { // 256K/4 /* We can go with single buffer */ @@ -294,7 +294,7 @@ streamline rendering. if (pb.empty == FALSE) { - if (arena->arena->rendermode == RENDERMODE_OUTLINE) { + if (arena->arena->rendermode == Inkscape::RENDERMODE_OUTLINE) { // currently we only use cairo in outline mode // ENDIANNESS FIX |
