diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-24 23:14:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-24 23:14:41 +0100 |
| commit | d0d89009ad0acca0ddfa43dc45d8ac4186c5fc21 (patch) | |
| tree | e60d03979d5e07b00db12f6bcc36d38c9fff945e /src/wx/controls.h | |
| parent | 87e1a067e3fdc83b1d6aa840d3448586c48742fb (diff) | |
More Controls API tweaks.
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index 5cfe96e3d..bd87d658b 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -39,15 +39,14 @@ public: Controls ( wxWindow* parent, boost::shared_ptr<FilmViewer>, - bool editor_controls = true, - bool dcp_directory = false + bool editor_controls = true ); boost::shared_ptr<Film> film () const; void back_frame (); void forward_frame (); - void show_dcp_directory (bool s); + void show_extended_player_controls (bool s); boost::signals2::signal<void (boost::filesystem::path)> DCPDirectorySelected; boost::signals2::signal<void ()> DCPEjected; |
