summaryrefslogtreecommitdiff
path: root/src/video/win32_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/win32_v.h')
-rw-r--r--src/video/win32_v.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video/win32_v.h b/src/video/win32_v.h
index 156a8dd10..ecce318f0 100644
--- a/src/video/win32_v.h
+++ b/src/video/win32_v.h
@@ -140,6 +140,10 @@ public:
bool HasEfficient8Bpp() const override { return true; }
+ bool UseSystemCursor() override { return true; }
+
+ void ClearSystemSprites() override;
+
const char *GetName() const override { return "win32-opengl"; }
protected: