From 790fa7102ec934544b427dd5fa9fc4f7099fd4da Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sat, 20 Feb 2021 11:08:20 +0100 Subject: Codechange: be consistent in naming the paint function Paint() Also move this function to be a class member. This to allow further deduplicating of code in a later commit. --- src/video/win32_v.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/video/win32_v.h') diff --git a/src/video/win32_v.h b/src/video/win32_v.h index 0a80afc4d..d51594418 100644 --- a/src/video/win32_v.h +++ b/src/video/win32_v.h @@ -47,6 +47,8 @@ protected: void InputLoop() override; bool LockVideoBuffer() override; void UnlockVideoBuffer() override; + void Paint() override; + void PaintThread() override; private: std::unique_lock draw_lock; -- cgit v1.2.3-54-g00ecf