diff options
Diffstat (limited to 'src/wx/gl_video_view.h')
| -rw-r--r-- | src/wx/gl_video_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h index d9e03823b..b91078da0 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -51,8 +51,10 @@ public: } private: + void set_image_and_draw (); void draw (Position<int> inter_position, dcp::Size inter_size); void thread (); + void thread_playing (); void request_one_shot (); void create (); void check_for_butler_errors (); |
