amend to 930fce
[ardour.git] / gtk2_ardour / mono_panner.h
index 3b7a37c993d9fb6d2af33749c3455fc3c520f3a5..1c387ad32cab50ed7c364e49fc672eab998a7042 100644 (file)
@@ -63,7 +63,7 @@ class MonoPanner : public PannerInterface
 
         BindingProxy position_binder;
 
-        void set_drag_data ();
+        void set_tooltip ();
 
         struct ColorScheme {
             uint32_t outline;
@@ -74,6 +74,8 @@ class MonoPanner : public PannerInterface
             uint32_t pos_fill;
         };
 
+       bool _dragging;
+
         static ColorScheme colors;
         static void set_colors ();
         static bool have_colors;