summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-28 01:46:20 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-28 23:13:04 +0200
commit92a2ca96e61ed040737a395b232cf22e5f3234c1 (patch)
treebfcaf4593d3f60af90c3085527d3ee96eadfc2d4 /src/wx/gl_video_view.h
parentdde11f4253e41ad7c41c2bd64b0497e1f82539f5 (diff)
Fix confusion between one-shot and playing causing surprising
seeks when things are updated.
Diffstat (limited to 'src/wx/gl_video_view.h')
-rw-r--r--src/wx/gl_video_view.h2
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 ();