From: Carl Hetherington Date: Tue, 11 Sep 2018 12:51:30 +0000 (+0100) Subject: More tweaks. X-Git-Tag: v2.13.49~8 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=42e9303d4bfd41eaeaa093bcdc5d77eee7a0696d More tweaks. --- diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index def8d16cd..029ec0323 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -98,17 +98,17 @@ private: void panel_sized (wxSizeEvent &); void timer (); void calculate_sizes (); - void check_play_state (); void player_change (ChangeType type, int, bool); void get (); void display_player_video (); void film_change (ChangeType, Film::Property); - void timecode_clicked (); void recreate_butler (); void config_changed (Config::Property); + DCPTime time () const; DCPTime uncorrected_time () const; Frame average_latency () const; + void refresh_panel (); bool quick_refresh ();