diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-29 00:13:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-29 00:13:49 +0100 |
| commit | 92f024ea58c7279b8096e5e9f60f9cb2613e8a91 (patch) | |
| tree | 02c3b4a91effa6ca53ba511b60d6451c1b1f2009 /src/wx/controls.h | |
| parent | d6825b500b89430cb018d311c090d794ec18faf3 (diff) | |
swaroop: Disable play/stop/pause and slider during ad content.
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index a49f16595..ba7c46fcc 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -129,5 +129,9 @@ private: ClosedCaptionsDialog* _closed_captions_dialog; +#ifdef DCPOMATIC_VARIANT_SWAROOP + boost::optional<dcp::ContentKind> _current_kind; +#endif + boost::signals2::scoped_connection _config_changed_connection; }; |
