diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-13 15:06:50 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-13 15:06:50 +0000 |
| commit | 403fcb28260c3991bc01ff5b146adb0ace3947e5 (patch) | |
| tree | 33f2e5589772b90aa6aacc744a98fb568ff72a7e /src/shape-editor.h | |
| parent | Initialize the pointer variables in draw-context with NULL, just to be on the... (diff) | |
| download | inkscape-403fcb28260c3991bc01ff5b146adb0ace3947e5.tar.gz inkscape-403fcb28260c3991bc01ff5b146adb0ace3947e5.zip | |
Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by passing in the current desktop and nodepath from the caller
(bzr r6615)
Diffstat (limited to 'src/shape-editor.h')
| -rw-r--r-- | src/shape-editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h index fe95aca8f..c8f5aa419 100644 --- a/src/shape-editor.h +++ b/src/shape-editor.h @@ -99,7 +99,7 @@ public: void set_type_of_segments(NRPathcode code); void move_nodes(gdouble dx, gdouble dy); - void move_nodes_screen(gdouble dx, gdouble dy); + void move_nodes_screen(SPDesktop *desktop, gdouble dx, gdouble dy); void rotate_nodes(gdouble angle, int which, bool screen); |
