diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-21 10:25:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-21 10:25:46 +0100 |
| commit | 81915d4db00c333da2debd2f8e9a0c02f7a316a3 (patch) | |
| tree | 68062af342d2ef6c7a3b5aebbe7cb761bbab5372 /src/wx/video_view.h | |
| parent | 4c905330c2052cd77be09d9deb301f1fcf4b81f2 (diff) | |
wipopt-hacx
Diffstat (limited to 'src/wx/video_view.h')
| -rw-r--r-- | src/wx/video_view.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h index 3ea03a5fd..7f6471934 100644 --- a/src/wx/video_view.h +++ b/src/wx/video_view.h @@ -56,8 +56,10 @@ public: /** @return the thing displaying the image */ virtual wxWindow* get () const = 0; - /** Re-make and display the image from the current _player_video */ - virtual void update () = 0; + /** Re-make and display the image from the current _player_video. + * It's OK if this takes a while. + */ + virtual void update() = 0; /** Called when playback starts */ virtual void start (); /** Called when playback stops */ |
