summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-05-10 16:37:16 +0100
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:55 +0100
commite153d7f5dc128d97160e41bdda3c4e4a05c7140b (patch)
tree707f9798a7a6ecd027bc64894351430c6da7b940 /src/wx/simple_video_view.h
parent45b0314b61c3c3b588648fb410f82546a4e5b40c (diff)
Fix update on drag with GL canvas.
Diffstat (limited to 'src/wx/simple_video_view.h')
-rw-r--r--src/wx/simple_video_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h
index 8b3ec9f0b..40924839f 100644
--- a/src/wx/simple_video_view.h
+++ b/src/wx/simple_video_view.h
@@ -36,6 +36,8 @@ public:
return _panel;
}
+ void update ();
+
private:
void paint ();