Use a C++ bool constant
[ardour.git] / gtk2_ardour / stereo_panner.h
index 5ecf343ab185335ebe8dbd44845fcf529e591325..ba9823214691c920157ae789d69cf27e0894d0c6 100644 (file)
@@ -61,11 +61,11 @@ class StereoPanner : public PannerInterface
   private:
        PannerEditor* editor ();
        boost::shared_ptr<ARDOUR::PannerShell> _panner_shell;
-                  
+
         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__ */