summaryrefslogtreecommitdiff
path: root/src/wx/video_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/video_view.h')
-rw-r--r--src/wx/video_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h
index 6a4c2225e..6de53530a 100644
--- a/src/wx/video_view.h
+++ b/src/wx/video_view.h
@@ -59,6 +59,8 @@ public:
virtual wxWindow* get() const = 0;
/** Re-make and display the image from the current _player_video */
virtual void update() = 0;
+ /** Re-draw after changes to the FilmViewer's crop_guess() */
+ virtual void update_crop_guess() = 0;
/** Called when playback starts */
virtual void start();
/** Called when playback stops */