mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
ee873ee896
commit
4d2afdd0f7
12 changed files with 138 additions and 149 deletions
|
|
@ -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 ();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue