summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-20 15:10:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-20 15:10:53 +0000
commit0eb3cbdfa1fc5360b39039065001d654c11ff7bb (patch)
treebffca90c832870cbbc18a0f80b096f4a837fe87a /gtk2_ardour/ardour_ui.h
parentd8425b4a0fc1a875a3f1fdff62e222386ce3f1b4 (diff)
audio clocks: big clock window now sizes itself to its current mode, all clocks pay attention to font scaling changes
git-svn-id: svn://localhost/ardour2/branches/3.0@10706 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 acaf986839..bd494b206f 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -356,6 +356,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
bool big_clock_resize_in_progress;
int big_clock_height;
void big_clock_catch_focus ();
+ void big_clock_reset_aspect_ratio ();
void float_big_clock (Gtk::Window* parent);
bool main_window_state_event_handler (GdkEventWindowState*, bool window_was_editor);