diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-06 07:49:54 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-06 07:49:54 +0000 |
| commit | 2e55ba0bc498a1f2b8d5ed55c7b877da7a85c785 (patch) | |
| tree | d0524ee0e37df3f2dd21004d44b12c06f7793e7c /src/axis-manip.h | |
| parent | First stage of draggable vanishing points (no snapping/unsnapping yet) (diff) | |
| download | inkscape-2e55ba0bc498a1f2b8d5ed55c7b877da7a85c785.tar.gz inkscape-2e55ba0bc498a1f2b8d5ed55c7b877da7a85c785.zip | |
(Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate perspectives and thus create new ones interactively
(bzr r3392)
Diffstat (limited to 'src/axis-manip.h')
| -rw-r--r-- | src/axis-manip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/axis-manip.h b/src/axis-manip.h index 7ad716046..7461678d5 100644 --- a/src/axis-manip.h +++ b/src/axis-manip.h @@ -113,6 +113,8 @@ inline gchar * string_from_axes (Box3D::Axis axes) { return pstring->str; } +std::pair <Axis, Axis> get_remaining_axes (Axis axis); + } // namespace Box3D #endif /* !SEEN_AXIS_MANIP_H */ |
