summaryrefslogtreecommitdiff
path: root/src/wx/swaroop_controls.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-01 15:50:14 +0100
committerCarl Hetherington <cth@carlh.net>2019-07-01 15:50:14 +0100
commit8c0414a0dec9f444a80fc30c7be3bc82188446d4 (patch)
treeda037c499dcd9d16715ab6617e18ee5067d89d5a /src/wx/swaroop_controls.h
parent106bde1d2c9246fc62c8f37f560701abf0e80c51 (diff)
swaroop: write position file every 2 minutes; tweak play sensitivityv2.15.9
on finishing a SPL; deselected playlist if stop is clicked.
Diffstat (limited to 'src/wx/swaroop_controls.h')
-rw-r--r--src/wx/swaroop_controls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/swaroop_controls.h b/src/wx/swaroop_controls.h
index 10919b767..d8d39d4a0 100644
--- a/src/wx/swaroop_controls.h
+++ b/src/wx/swaroop_controls.h
@@ -60,6 +60,7 @@ private:
bool can_do_previous ();
bool can_do_next ();
void decrement_allowed_shows ();
+ void deselect_playlist ();
boost::optional<dcp::EncryptedKDM> get_kdm_from_url (boost::shared_ptr<DCPContent> dcp);
boost::optional<dcp::EncryptedKDM> get_kdm_from_directory (boost::shared_ptr<DCPContent> dcp);