summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-01-15 14:42:19 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-01-15 14:42:19 +0000
commit11edfd035e19c90544bf10ff3845e8d7f7e80c5b (patch)
tree8f50a2da5bced3b15508581a7273f6b5606b2582 /gtk2_ardour/audio_clock.h
parent81fd8dd960c4ad681c9278b0921756e473956479 (diff)
dynamically resize text in the big clock, first version
git-svn-id: svn://localhost/ardour2/branches/3.0@6494 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_clock.h')
-rw-r--r--gtk2_ardour/audio_clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/audio_clock.h b/gtk2_ardour/audio_clock.h
index 1a15cecd7b..b9fc740543 100644
--- a/gtk2_ardour/audio_clock.h
+++ b/gtk2_ardour/audio_clock.h
@@ -216,6 +216,7 @@ class AudioClock : public Gtk::HBox, public ARDOUR::SessionHandlePtr
static const uint32_t field_length[(int)AudioFrames+1];
static bool _has_focus;
+ void on_style_changed (const Glib::RefPtr<Gtk::Style>&);
};
#endif /* __audio_clock_h__ */