summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-19 02:36:30 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-19 02:36:30 +0000
commit82cd0093d6051545d9581d4b25a5c8779711e479 (patch)
treea7cad675f142916ab3169cca3e218be8f821d9fb /gtk2_ardour/ardour_ui.h
parent05283a63398fd7a563480a76802e6b2c2ad2e404 (diff)
add a signal so that if the Big Clock is closed, the edit window can grab focus back (may not be correct - should really capture close/delete signal; tweak size of audio clocks so that there is less dead space at the RHS, helps scroll wheel events to always do something
git-svn-id: svn://localhost/ardour2/branches/3.0@10700 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 3eeab1c85f..acaf986839 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -355,6 +355,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
void big_clock_realized ();
bool big_clock_resize_in_progress;
int big_clock_height;
+ void big_clock_catch_focus ();
void float_big_clock (Gtk::Window* parent);
bool main_window_state_event_handler (GdkEventWindowState*, bool window_was_editor);