diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-13 00:06:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-27 13:41:46 +0200 |
| commit | f984990795e548e2c4160d17d0fa54a40c8b1311 (patch) | |
| tree | ab4d3b097e321dd2cc0ab5b4845d679cce8f527e /src/wx/gl_video_view.h | |
| parent | 7245e46453a82886739a45bd78fcdf9e8401367c (diff) | |
Rename _texture -> _video_texture.
Diffstat (limited to 'src/wx/gl_video_view.h')
| -rw-r--r-- | src/wx/gl_video_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h index 4bab64348..b7b30696f 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -74,7 +74,7 @@ private: wxGLContext* _context; boost::atomic<wxSize> _canvas_size; - GLuint _texture; + GLuint _video_texture; boost::optional<dcp::Size> _size; bool _have_storage; bool _vsync_enabled; |
