aboutsummaryrefslogtreecommitdiff
path: root/engines/access/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/screen.h')
-rw-r--r--engines/access/screen.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/access/screen.h b/engines/access/screen.h
index 7134afffeb..775cb6b0c3 100644
--- a/engines/access/screen.h
+++ b/engines/access/screen.h
@@ -63,9 +63,13 @@ private:
int _startCycle;
int _cycleStart;
int _endCycle;
- Common::Array<Common::Rect> _dirtyRects;
+ Common::List<Common::Rect> _dirtyRects;
void updatePalette();
+
+ void mergeDirtyRects();
+
+ bool unionRectangle(Common::Rect &destRect, const Common::Rect &src1, const Common::Rect &src2);
public:
int _vesaMode;
int _startColor, _numColors;