Fix bars at side/top/bottom of image in full-screen player (#1397).
[dcpomatic.git] / src / wx / film_viewer.h
index ef124fad3ba7cad176a8c30ef21a56d4c8e39320..b0dbf56a33fc319e41338d47dbe03661945d768c 100644 (file)
@@ -78,6 +78,7 @@ public:
        boost::optional<int> dcp_decode_reduction () const;
        void set_outline_content (bool o);
        void set_eyes (Eyes e);
+       void set_pad_black (bool p);
 
        void slow_refresh ();
 
@@ -153,6 +154,10 @@ private:
 
        bool _outline_content;
        Eyes _eyes;
+       /** true to pad the viewer panel with black, false to use
+           the normal window background colour.
+       */
+       bool _pad_black;
 
 #ifdef DCPOMATIC_VARIANT_SWAROOP
        bool _in_watermark;