diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-27 00:26:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-29 01:10:59 +0200 |
| commit | 3116ceec101f73796bea6ea2bef637c43d64f46a (patch) | |
| tree | 6cfd03e7aa8398a62d9d470536677b241f20148e /src/wx/gl_video_view.h | |
| parent | 6200c0491e5e9f3cb5fde3a302845d8af9244478 (diff) | |
Rename border line to outline content.
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 70c81ea79..273d50dc8 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -99,7 +99,7 @@ private: void ensure_context (); void size_changed (wxSizeEvent const &); void setup_shaders (); - void set_border_colour (GLuint program); + void set_outline_content_colour (GLuint program); wxGLCanvas* _canvas; wxGLContext* _context; |
