summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-10 12:51:04 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-10 12:51:04 +0100
commit106446156b74a9f69f3f05724d2051704d166dfc (patch)
tree79c954712cb84da4b2b385e13f0d14c98e138f35 /src/wx/gl_video_view.h
parent514f4ca9dd4c559123593df57c1f729176591c44 (diff)
Rename one_shot stuff to better reflect what it actually does.
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;