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/extension/internal/win32.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/extension/internal/win32.cpp')
| -rw-r--r-- | src/extension/internal/win32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/win32.cpp b/src/extension/internal/win32.cpp index 51dbd3a00..74635b2a6 100644 --- a/src/extension/internal/win32.cpp +++ b/src/extension/internal/win32.cpp @@ -344,7 +344,7 @@ PrintWin32::finish (Inkscape::Extension::Print *mod) memset (px, 0xff, 4 * num_rows * width); /* Render */ - nr_arena_item_invoke_render (mod->root, &bbox, &pb, 0); + nr_arena_item_invoke_render (NULL, mod->root, &bbox, &pb, 0); /* Swap red and blue channels; we use RGBA, whereas * the Win32 GDI uses BGRx. |
