summaryrefslogtreecommitdiff
path: root/gtk2_ardour/control_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/control_point.h')
-rw-r--r--gtk2_ardour/control_point.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/gtk2_ardour/control_point.h b/gtk2_ardour/control_point.h
index 40eb7b9179..603d062ec4 100644
--- a/gtk2_ardour/control_point.h
+++ b/gtk2_ardour/control_point.h
@@ -84,20 +84,18 @@ class ControlPoint : public Selectable
AutomationLine& line() const { return _line; }
private:
- ArdourCanvas::SimpleRect* _item;
-
- AutomationLine& _line;
-
+ ArdourCanvas::SimpleRect* _item;
+ AutomationLine& _line;
ARDOUR::AutomationList::iterator _model;
- uint32_t _view_index;
- bool _can_slide;
+ uint32_t _view_index;
+ bool _can_slide;
+ double _x;
+ double _y;
+ double _size;
+ ShapeType _shape;
virtual bool event_handler (GdkEvent*);
- double _x;
- double _y;
- double _size;
- ShapeType _shape;
};