summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/gl_video_view.h')
-rw-r--r--src/wx/gl_video_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h
index dde9e65d4..e78d449b2 100644
--- a/src/wx/gl_video_view.h
+++ b/src/wx/gl_video_view.h
@@ -99,7 +99,7 @@ private:
void draw();
void thread();
void thread_playing();
- void request_one_shot();
+ void request_set_image_and_draw();
void check_for_butler_errors();
void ensure_context();
void size_changed(wxSizeEvent const &);
@@ -150,7 +150,7 @@ private:
boost::mutex _playing_mutex;
boost::condition _thread_work_condition;
boost::atomic<bool> _playing;
- boost::atomic<bool> _one_shot;
+ boost::atomic<bool> _request_set_image_and_draw;
GLuint _vao;
dcpomatic::gl::Uniform1i _fragment_type;