summaryrefslogtreecommitdiff
path: root/src/wx/controls.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-14 20:10:36 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-14 20:10:36 +0100
commit45dcdd17c7f860e92d7b1d75598afea64c5fbc50 (patch)
tree6de56b0737eb9a38553598d3ce37bddf4b214c53 /src/wx/controls.h
parent15895d47cebc0988aecf0a6b84947f4b6bae9aa3 (diff)
Basic dual-screen mode for player.
Diffstat (limited to 'src/wx/controls.h')
-rw-r--r--src/wx/controls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h
index 1795612af..1c8474e54 100644
--- a/src/wx/controls.h
+++ b/src/wx/controls.h
@@ -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 ();