diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-01 06:19:16 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-01 06:19:16 +0000 |
| commit | 92369b0d0eaf4ffa439411c325000a18fcf85781 (patch) | |
| tree | 83e63b93aa0d6cfb1d4b73094640ca0364fe3256 /src/flood-context.cpp | |
| parent | * packaging/macosx/native-gtk/build-gtk.sh: Some updates to the script (diff) | |
| download | inkscape-92369b0d0eaf4ffa439411c325000a18fcf85781.tar.gz inkscape-92369b0d0eaf4ffa439411c325000a18fcf85781.zip | |
API change: render methods now take a cairo_t (not yet used)
(bzr r2472)
Diffstat (limited to 'src/flood-context.cpp')
| -rw-r--r-- | src/flood-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flood-context.cpp b/src/flood-context.cpp index da8f22513..02e398c45 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -425,7 +425,7 @@ static void sp_flood_do_flood_fill(SPEventContext *event_context, GdkEvent *even final_bbox.x0, final_bbox.y0, final_bbox.x1, final_bbox.y1, px, 4 * width, FALSE, FALSE ); - nr_arena_item_invoke_render( root, &final_bbox, &B, NR_ARENA_ITEM_RENDER_NO_CACHE ); + nr_arena_item_invoke_render(NULL, root, &final_bbox, &B, NR_ARENA_ITEM_RENDER_NO_CACHE ); nr_pixblock_release(&B); // Hide items |
