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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/win32_v.h b/src/video/win32_v.h
index 1840bbe86..dd68f968f 100644
--- a/src/video/win32_v.h
+++ b/src/video/win32_v.h
@@ -38,6 +38,7 @@ public:
protected:
HWND main_wnd; ///< Handle to system window.
bool fullscreen; ///< Whether to use (true) fullscreen mode.
+ Rect dirty_rect; ///< Region of the screen that needs redrawing.
Dimension GetScreenSize() const override;
float GetDPIScale() override;