X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsimple_video_view.h;h=a6a5cf47f1783b44235c9d771c6d359ff642b6d6;hb=706f73390eb37f16b220177650ea7e70c2462150;hp=f318e778b36db9517812aa90a0b4cdb5d0d6c469;hpb=79355249a27ead72bc2bcd0a84e7a280a3d9a826;p=dcpomatic.git diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index f318e778b..a6a5cf47f 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 #include class FilmViewer; @@ -42,12 +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; };