diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2012-05-17 09:10:15 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2012-05-17 09:10:15 +0000 |
| commit | b6ea2239ffc053e66238eb8484bbc5c1ba8700ac (patch) | |
| tree | aa69d18959e71ca3a5d268acdc24b85e24663e29 /src/ui/control-manager.h | |
| parent | Fix for 997888 : Merge into Document Properties (diff) | |
| download | inkscape-b6ea2239ffc053e66238eb8484bbc5c1ba8700ac.tar.gz inkscape-b6ea2239ffc053e66238eb8484bbc5c1ba8700ac.zip | |
Extended resizing to node handles.
(bzr r11375)
Diffstat (limited to 'src/ui/control-manager.h')
| -rw-r--r-- | src/ui/control-manager.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ui/control-manager.h b/src/ui/control-manager.h index 986d474d0..9f0e62543 100644 --- a/src/ui/control-manager.h +++ b/src/ui/control-manager.h @@ -14,12 +14,19 @@ #include <memory> #include <sigc++/sigc++.h> -#include "display/sp-canvas-item.h" +#include "ui/control-types.h" struct SPCanvasGroup; struct SPCanvasItem; struct SPCtrlLine; +namespace Geom +{ + +class Point; + +} // namespace Geom + namespace Inkscape { enum CtrlLineType { |
