Same thing with inter_size.
[dcpomatic.git] / src / wx / simple_video_view.h
index f318e778b36db9517812aa90a0b4cdb5d0d6c469..86451fa66c5e7f80073e4c648d1a793e7e256ea3 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "video_view.h"
 #include "lib/position.h"
+#include <dcp/types.h>
 #include <wx/wx.h>
 
 class FilmViewer;
@@ -50,4 +51,5 @@ private:
        boost::shared_ptr<const Image> _image;
        wxTimer _timer;
        Position<int> _inter_position;
+       dcp::Size _inter_size;
 };