Fix several bits of bad i18n markup and add start of checking script.
[dcpomatic.git] / src / wx / film_viewer.h
index 123172ad24de0e18f60fcb7ff041a1a864999e4b..972a88a5af2aee7c8ed1ef8a27378a37df5e475b 100644 (file)
@@ -88,6 +88,13 @@ public:
 
        int audio_callback (void* out, unsigned int frames);
 
+#ifdef DCPOMATIC_VARIANT_SWAROOP
+       void set_background_image (bool b) {
+               _background_image = b;
+               refresh_panel ();
+       }
+#endif
+
        boost::signals2::signal<void (boost::weak_ptr<PlayerVideo>)> ImageChanged;
        boost::signals2::signal<void ()> PositionChanged;
        boost::signals2::signal<void (DCPTime)> Started;
@@ -164,6 +171,7 @@ private:
        bool _in_watermark;
        int _watermark_x;
        int _watermark_y;
+       bool _background_image;
 #endif
 
        boost::signals2::scoped_connection _config_changed_connection;