diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-07-08 11:40:48 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-07-08 11:40:48 +0000 |
| commit | a48ec17933088b745b16a0903ef00bd5a9366a71 (patch) | |
| tree | 23fa7590f658c028979b31c6244c4d34400b2afb /src | |
| parent | Make colour a guint instead of a uint. bug 1198501 (diff) | |
| download | inkscape-a48ec17933088b745b16a0903ef00bd5a9366a71.tar.gz inkscape-a48ec17933088b745b16a0903ef00bd5a9366a71.zip | |
Revert wrong changes and apply right fixes from prev-commit
(bzr r12409)
Diffstat (limited to 'src')
| -rw-r--r-- | src/seltrans-handles.h | 2 | ||||
| -rw-r--r-- | src/seltrans.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/seltrans-handles.h b/src/seltrans-handles.h index 5c3fdd269..740729a6e 100644 --- a/src/seltrans-handles.h +++ b/src/seltrans-handles.h @@ -33,7 +33,7 @@ enum SPSelTransType { }; struct SPSelTransTypeInfo { - uint const *color; + guint32 const *color; gchar const *tip; }; // One per handle type in order diff --git a/src/seltrans.h b/src/seltrans.h index 67d581471..d97375520 100644 --- a/src/seltrans.h +++ b/src/seltrans.h @@ -71,7 +71,6 @@ public: gboolean skewRequest(SPSelTransHandle const &handle, Geom::Point &pt, guint state); gboolean rotateRequest(Geom::Point &pt, guint state); gboolean centerRequest(Geom::Point &pt, guint state); - void alignClick(SPSelTransHandle const &handle); gboolean handleRequest(SPKnot *knot, Geom::Point *position, guint state, SPSelTransHandle const &handle); void handleGrab(SPKnot *knot, guint state, SPSelTransHandle const &handle); @@ -131,7 +130,6 @@ private: }; SPDesktop *_desktop; - SPCanvasItem *aguide; std::vector<SPItem *> _items; std::vector<SPItem const *> _items_const; |
