X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fsimple_video_view.h;h=e8bb932e44ad3933c769c770ecaea3413b60436f;hp=1d5242a1ac965263ff0b9ad36799a6e2106e3463;hb=805487369e57e5eb57911805ba6de78b653d79ad;hpb=694a9f48880efd428c8137e975de3581ad0a75a9 diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index 1d5242a1a..e8bb932e4 100644 --- a/src/wx/simple_video_view.h +++ b/src/wx/simple_video_view.h @@ -37,14 +37,12 @@ public: } void update (); - void start (); + bool display_next_frame (bool non_blocking); private: void paint (); void timer (); - /* XXX_b: rename this (there's already a get() in the parent) */ - bool get (bool lazy); void display_player_video (); wxPanel* _panel;