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/display | |
| 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/display')
| -rw-r--r-- | src/display/sp-canvas-item.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/src/display/sp-canvas-item.h b/src/display/sp-canvas-item.h index d67c0c48d..5a9d47536 100644 --- a/src/display/sp-canvas-item.h +++ b/src/display/sp-canvas-item.h @@ -27,6 +27,7 @@ #include <gtk/gtk.h> #include <gdk/gdk.h> #include <2geom/rect.h> +#include "ui/control-types.h" G_BEGIN_DECLS @@ -41,24 +42,6 @@ typedef struct _SPCanvasItemClass SPCanvasItemClass; #define SP_IS_CANVAS_ITEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), SP_TYPE_CANVAS_ITEM)) #define SP_CANVAS_ITEM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS((o), SP_TYPE_CANVAS_ITEM, SPCanvasItemClass)) -namespace Inkscape -{ - -// Rough initial set. Most likely needs refinement. -enum ControlType { - CTRL_TYPE_UNKNOWN, - CTRL_TYPE_ADJ_HANDLE, - CTRL_TYPE_ANCHOR, - CTRL_TYPE_POINT, - CTRL_TYPE_ROTATE, - CTRL_TYPE_SIZER, - CTRL_TYPE_SHAPER, - CTRL_TYPE_ORIGIN, - CTRL_TYPE_LINE -}; - -} // namespace Inkscape - /** * An SPCanvasItem refers to a SPCanvas and to its parent item; it has * four coordinates, a bounding rectangle, and a transformation matrix. |
