summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-27 18:49:12 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-27 18:49:12 +0000
commitfe1796fd6fbf0e340b14004f4a1cebaa1743ed30 (patch)
treee3428cc9c50c9a90556b99d4cd7b7d8c3d2cbe0e /gtk2_ardour/audio_clock.h
parent5088d3b59bf9e06d8c682e6a706d5d6a9b99bf4d (diff)
allow big block to be shrunk in size as well as expanded (suprisingly complex!)
git-svn-id: svn://localhost/ardour2/branches/3.0@13740 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 dae6bb1ae4..81fd9172d9 100644
--- a/gtk2_ardour/audio_clock.h
+++ b/gtk2_ardour/audio_clock.h
@@ -121,6 +121,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
int first_height;
int first_width;
+ bool style_resets_first;
int layout_height;
int layout_width;
int info_height;