Option to draw a border around the content's image (#391).
[dcpomatic.git] / src / wx / film_viewer.h
index 189b379bf3beeaa68f43a2d343220e307d891ece..930937596ab9afa64fb340463c07c6c0298e851e 100644 (file)
@@ -54,12 +54,14 @@ private:
        void player_changed (bool);
        void set_position_text ();
        void get (DCPTime, bool);
+       void refresh_panel ();
 
        boost::shared_ptr<Film> _film;
        boost::shared_ptr<Player> _player;
 
        wxSizer* _v_sizer;
        wxPanel* _panel;
+       wxCheckBox* _outline_content;
        wxSlider* _slider;
        wxButton* _back_button;
        wxButton* _forward_button;
@@ -70,6 +72,8 @@ private:
 
        boost::shared_ptr<const Image> _frame;
        DCPTime _position;
+       Position<int> _inter_position;
+       dcp::Size _inter_size;
 
        /** Size of our output (including padding if we have any) */
        dcp::Size _out_size;