X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontrols.h;h=01446445657c40aa5e8597ad47bcf56ac329b30c;hb=694a9f48880efd428c8137e975de3581ad0a75a9;hp=dfa11e6d74ecc67e8526d9f4c8f43760bfe7d4c6;hpb=15e82df97cc99b94a7028313dff4eba213ecd84d;p=dcpomatic.git diff --git a/src/wx/controls.h b/src/wx/controls.h index dfa11e6d7..014464456 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -87,7 +87,7 @@ private: void image_changed (boost::weak_ptr); void outline_content_changed (); void eye_changed (); - void position_changed (); + void update_position (); void film_change (ChangeType, Film::Property); typedef std::pair, boost::filesystem::path> CPL; @@ -105,6 +105,8 @@ private: ClosedCaptionsDialog* _closed_captions_dialog; + wxTimer _timer; + boost::signals2::scoped_connection _film_change_connection; boost::signals2::scoped_connection _config_changed_connection; };