mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
remove <gtkmm/gtkmm.h> from all files, plus a small fix related to map/realize handling
git-svn-id: svn://localhost/trunk/ardour2@145 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
50bf5a0c06
commit
b1a99f89da
37 changed files with 187 additions and 45 deletions
|
|
@ -682,6 +682,9 @@ class Editor : public PublicEditor
|
|||
Gtk::ScrolledWindow time_canvas_scroller;
|
||||
Gtk::ScrolledWindow edit_controls_scroller;
|
||||
|
||||
bool track_canvas_map_handler (GdkEventAny*);
|
||||
bool time_canvas_map_handler (GdkEventAny*);
|
||||
|
||||
gint edit_controls_button_release (GdkEventButton*);
|
||||
Gtk::Menu *edit_controls_left_menu;
|
||||
Gtk::Menu *edit_controls_right_menu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue