diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-20 23:41:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | 6a3d9962dc774becf50dd92f0cca90c536343eda (patch) | |
| tree | 793dc030d503b65cc9569c018a70463643c86c33 /src/wx/simple_video_view.h | |
| parent | 79355249a27ead72bc2bcd0a84e7a280a3d9a826 (diff) | |
Same thing with inter_size.
Diffstat (limited to 'src/wx/simple_video_view.h')
| -rw-r--r-- | src/wx/simple_video_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index f318e778b..86451fa66 100644 --- a/src/wx/simple_video_view.h +++ b/src/wx/simple_video_view.h @@ -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; }; |
