summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-20 23:36:56 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit79355249a27ead72bc2bcd0a84e7a280a3d9a826 (patch)
treebf6321a140a76687e44d4737bb3bc8718bebac09 /src/wx/gl_video_view.h
parent5aff601c454fa756c0ab71ae4bcf8f7f4ce28737 (diff)
Move _inter_position out of FilmViewer.
Diffstat (limited to 'src/wx/gl_video_view.h')
-rw-r--r--src/wx/gl_video_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h
index 162438a5b..01434d569 100644
--- a/src/wx/gl_video_view.h
+++ b/src/wx/gl_video_view.h
@@ -20,6 +20,7 @@
#include "video_view.h"
#include "lib/signaller.h"
+#include "lib/position.h"
#include <wx/wx.h>
#include <wx/glcanvas.h>
#include <dcp/util.h>
@@ -50,7 +51,7 @@ public:
}
private:
- void draw ();
+ void draw (Position<int> inter_position);
void thread ();
void request_one_shot ();
void create ();