mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
remove static from some members, after MonitorSection is now persistent
This commit is contained in:
parent
29eac8ee4e
commit
6d5f33f6e8
1 changed files with 5 additions and 4 deletions
|
|
@ -127,8 +127,9 @@ private:
|
||||||
InvertChannel
|
InvertChannel
|
||||||
};
|
};
|
||||||
|
|
||||||
static Glib::RefPtr<Gtk::ActionGroup> monitor_actions;
|
Glib::RefPtr<Gtk::ActionGroup> monitor_actions;
|
||||||
static void register_actions ();
|
Glib::RefPtr<Gtk::ActionGroup> solo_actions;
|
||||||
|
void register_actions ();
|
||||||
|
|
||||||
static void action_proxy0 (enum MonitorActions);
|
static void action_proxy0 (enum MonitorActions);
|
||||||
static void action_proxy1 (enum ChannelActions, uint32_t);
|
static void action_proxy1 (enum ChannelActions, uint32_t);
|
||||||
|
|
@ -202,9 +203,9 @@ private:
|
||||||
Glib::RefPtr<Gtk::Action> proctoggle;
|
Glib::RefPtr<Gtk::Action> proctoggle;
|
||||||
bool _ui_initialized;
|
bool _ui_initialized;
|
||||||
|
|
||||||
static Gtkmm2ext::Bindings* bindings;
|
Gtkmm2ext::Bindings* bindings;
|
||||||
|
|
||||||
static void load_bindings ();
|
void load_bindings ();
|
||||||
bool enter_handler (GdkEventCrossing*);
|
bool enter_handler (GdkEventCrossing*);
|
||||||
bool leave_handler (GdkEventCrossing*);
|
bool leave_handler (GdkEventCrossing*);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue