summaryrefslogtreecommitdiffstats
path: root/src/desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop.h')
-rw-r--r--src/desktop.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/desktop.h b/src/desktop.h
index e9e2f638e..8f2fac1e8 100644
--- a/src/desktop.h
+++ b/src/desktop.h
@@ -104,8 +104,10 @@ struct SPDesktop : public Inkscape::UI::View::View
// storage for selected dragger used by GrDrag as it's
// created and deleted by tools
SPItem *gr_item;
- guint gr_point_num;
+ guint gr_point_type;
+ guint gr_point_i;
bool gr_fill_or_stroke;
+
Inkscape::ObjectHierarchy *_layer_hierarchy;
gchar * _reconstruction_old_layer_id;