aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/render_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/render_manager.h')
-rw-r--r--engines/zvision/render_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/zvision/render_manager.h b/engines/zvision/render_manager.h
index 07b2e854ae..fd36ab5730 100644
--- a/engines/zvision/render_manager.h
+++ b/engines/zvision/render_manager.h
@@ -57,6 +57,9 @@ private:
Graphics::Surface _workingWindowBuffer;
Graphics::Surface _backBuffer;
+ Common::Rect _workingWindowDirtyRect;
+ Common::Rect _backBufferDirtyRect;
+
/** Width of the working window. Saved to prevent extraneous calls to _workingWindow.width() */
const int _workingWidth;
/** Height of the working window. Saved to prevent extraneous calls to _workingWindow.height() */