summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index ccfd58c714..e6f800cb52 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -296,6 +296,7 @@ protected:
int _visible_y_low;
int _visible_y_high;
+ uint32_t _ntracks;
friend class DraggingView;
@@ -335,6 +336,11 @@ protected:
int _last_pointer_time_axis_view;
double _last_pointer_layer;
bool _single_axis;
+
+private:
+ uint32_t _ndropzone;
+ uint32_t _pdropzone;
+ uint32_t _ddropzone;
};