X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsimple_video_view.h;h=a6a5cf47f1783b44235c9d771c6d359ff642b6d6;hb=95c48153421b1a6e0d7ca6cf5e67cd7623c03dc7;hp=e8bb932e44ad3933c769c770ecaea3413b60436f;hpb=805487369e57e5eb57911805ba6de78b653d79ad;p=dcpomatic.git diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index e8bb932e4..a6a5cf47f 100644 --- a/src/wx/simple_video_view.h +++ b/src/wx/simple_video_view.h @@ -19,6 +19,8 @@ */ #include "video_view.h" +#include "lib/position.h" +#include #include class FilmViewer; @@ -41,11 +43,13 @@ public: bool display_next_frame (bool non_blocking); private: + void refresh_panel (); void paint (); void timer (); - void display_player_video (); wxPanel* _panel; boost::shared_ptr _image; wxTimer _timer; + Position _inter_position; + dcp::Size _inter_size; };