swaroop: Disable play/stop/pause and slider during ad content.
[dcpomatic.git] / src / wx / controls.h
index a49f16595d43b93f17435fee8ac3377c8cfacb40..ba7c46fcc50a7ff724c6df6768cd09360b3bbcc0 100644 (file)
@@ -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;
 };