fix names of included files
[ardour.git] / gtk2_ardour / stereo_panner.h
index 5ecf343ab185335ebe8dbd44845fcf529e591325..8bab160d60dd9019a20f9e57bc7cdb138515d3f0 100644 (file)
@@ -64,7 +64,8 @@ class StereoPanner : public PannerInterface
                   
         boost::shared_ptr<PBD::Controllable> position_control;
         boost::shared_ptr<PBD::Controllable> width_control;
-        PBD::ScopedConnectionList connections;
+        PBD::ScopedConnectionList panvalue_connections;
+        PBD::ScopedConnectionList panshell_connections;
         bool dragging;
         bool dragging_position;
         bool dragging_left;
@@ -103,6 +104,7 @@ class StereoPanner : public PannerInterface
         static bool have_colors;
        void color_handler ();
        void bypass_handler ();
+       void pannable_handler ();
 };
 
 #endif /* __gtk_ardour_stereo_panner_h__ */