summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-20 21:25:55 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit4f7e9f125716a27ed9e2a8e30f067100cbee773a (patch)
tree40238a1414cc4d96675cf8a27fe4e1ab328d5480 /src/wx/gl_video_view.h
parent5ee3fcbd31065275faad4c06a7805dcbcb338812 (diff)
Fix display when there is no film.
Diffstat (limited to 'src/wx/gl_video_view.h')
-rw-r--r--src/wx/gl_video_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h
index 22b6d8513..a9264f05d 100644
--- a/src/wx/gl_video_view.h
+++ b/src/wx/gl_video_view.h
@@ -53,6 +53,8 @@ private:
void paint ();
void draw ();
void thread ();
+ void request_one_shot ();
+ void create ();
wxGLCanvas* _canvas;
wxGLContext* _context;