Basic dual-screen mode for player.
[dcpomatic.git] / src / wx / controls.h
index 1795612af694587e181b27c595a0711132208f17..1c8474e54e067f763fd62db51f55a5844029ec9b 100644 (file)
@@ -15,7 +15,7 @@ class wxToggleButton;
 class Controls : public wxPanel
 {
 public:
-       Controls (wxWindow* parent, boost::shared_ptr<FilmViewer>, bool outline_content = true, bool jump_to_selected = true);
+       Controls (wxWindow* parent, boost::shared_ptr<FilmViewer>, bool outline_content = true, bool jump_to_selected = true, bool eyes = true);
 
        boost::shared_ptr<Film> film () const;
        void back_frame ();