mingw-bundle: use abstract definition of "ardour3" libdir
[ardour.git] / gtk2_ardour / stereo_panner.h
index 5ecf343ab185335ebe8dbd44845fcf529e591325..2f37e5f1b72d5df6a35e7c63979a37e8790bd051 100644 (file)
@@ -64,8 +64,8 @@ class StereoPanner : public PannerInterface
                   
         boost::shared_ptr<PBD::Controllable> position_control;
         boost::shared_ptr<PBD::Controllable> width_control;
-        PBD::ScopedConnectionList connections;
-        bool dragging;
+        PBD::ScopedConnectionList panvalue_connections;
+        PBD::ScopedConnectionList panshell_connections;
         bool dragging_position;
         bool dragging_left;
         bool dragging_right;
@@ -103,6 +103,7 @@ class StereoPanner : public PannerInterface
         static bool have_colors;
        void color_handler ();
        void bypass_handler ();
+       void pannable_handler ();
 };
 
 #endif /* __gtk_ardour_stereo_panner_h__ */