summaryrefslogtreecommitdiff
path: root/src/wx/timeline_labels_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-04 11:31:22 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-04 11:31:22 +0100
commitea8bceee9e9d2e43fe4e49067013295931687f96 (patch)
tree8b833ecce73bfaf83ad7223d2c31ad1502195ce3 /src/wx/timeline_labels_view.h
parent9e065519743ff8eac63207552a97314febca24c7 (diff)
More zoom / timeline tidying.
Diffstat (limited to 'src/wx/timeline_labels_view.h')
-rw-r--r--src/wx/timeline_labels_view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/timeline_labels_view.h b/src/wx/timeline_labels_view.h
index 90293768c..25302cc33 100644
--- a/src/wx/timeline_labels_view.h
+++ b/src/wx/timeline_labels_view.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2016-2018 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -30,6 +30,7 @@ public:
dcpomatic::Rect<int> bbox () const;
void set_3d (bool s);
+ void set_audio_tracks (int n);
void set_subtitle_tracks (int n);
void set_atmos (bool s);
@@ -38,6 +39,7 @@ private:
int _width;
bool _threed;
+ int _audio_tracks;
int _subtitle_tracks;
bool _atmos;
};