pixbufs instead of pixmaps; function-scope local fd's for reading from a FileSource

git-svn-id: svn://localhost/trunk/ardour2@395 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-03-15 02:04:30 +00:00
parent ee873ee896
commit 4d2afdd0f7
12 changed files with 138 additions and 149 deletions

View file

@ -49,7 +49,6 @@ namespace ARDOUR {
namespace Gtkmm2ext {
class FastMeter;
class BarController;
class Pix;
}
namespace Gtk {
class Menu;
@ -161,7 +160,8 @@ class GainMeter : public Gtk::VBox
static sigc::signal<void> ResetAllPeakDisplays;
static sigc::signal<void,ARDOUR::RouteGroup*> ResetGroupPeakDisplays;
static Gtkmm2ext::Pix* slider_pix;
static Glib::RefPtr<Gdk::Pixbuf> slider;
static Glib::RefPtr<Gdk::Pixbuf> rail;
static int setup_slider_pix ();
};