summaryrefslogtreecommitdiff
path: root/src/video/sdl2_v.h
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-02-20 10:49:27 +0100
committerPatric Stout <github@truebrain.nl>2021-02-20 17:08:44 +0100
commit761efbb4571397fe9e5f19049ca64663e12cbc1e (patch)
tree4eaa9b3380305f16999d7cd0c13b506d621a3c45 /src/video/sdl2_v.h
parent661eb39ecc3a128c24dbbc4f53d1c075fe89bc93 (diff)
downloadopenttd-761efbb4571397fe9e5f19049ca64663e12cbc1e.tar.xz
Codechange: use (Un)LockVideoBuffer() to manage video buffer
Diffstat (limited to 'src/video/sdl2_v.h')
-rw-r--r--src/video/sdl2_v.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video/sdl2_v.h b/src/video/sdl2_v.h
index 254402905..116cef51f 100644
--- a/src/video/sdl2_v.h
+++ b/src/video/sdl2_v.h
@@ -44,6 +44,8 @@ public:
protected:
Dimension GetScreenSize() const override;
void InputLoop() override;
+ bool LockVideoBuffer() override;
+ void UnlockVideoBuffer() override;
private:
int PollEvent();