Move _inter_position out of FilmViewer.
[dcpomatic.git] / src / wx / gl_video_view.h
index 162438a5b49565af1391c462d0349ee53f409ab2..01434d56915b0e8a03688c59a6075dbbb0c05f52 100644 (file)
@@ -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 ();