summaryrefslogtreecommitdiff
path: root/src/wx/video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-20 22:25:40 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit89780827d5d6ec9127eae0108d10f71dc79d1a72 (patch)
tree5dcdb70685504a21c2d125fdbdc39f179246c456 /src/wx/video_view.h
parent83c9e9c858072ab919916269790dcc65565fdd25 (diff)
Implement GLView::update.
Diffstat (limited to 'src/wx/video_view.h')
-rw-r--r--src/wx/video_view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h
index 142cfd022..656d8621e 100644
--- a/src/wx/video_view.h
+++ b/src/wx/video_view.h
@@ -46,6 +46,9 @@ public:
virtual void set_image (boost::shared_ptr<const Image> image) = 0;
virtual wxWindow* get () const = 0;
+ /** Redraw the view after something has changed like content outlining,
+ * the film being removed, etc.
+ */
virtual void update () = 0;
/* XXX_b: make pure */