aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-06-16 10:57:35 +1000
committerPaul Gilbert2012-06-16 10:57:35 +1000
commitcdbc4aa28b5c47392369879b209f9635ff431195 (patch)
tree8d0dd62dc57a33073ec660ab4bdb42e4cf658c0c /engines/tony/window.h
parent42a322d671a27406a9dd993f82675dda0ee4780b (diff)
downloadscummvm-rg350-cdbc4aa28b5c47392369879b209f9635ff431195.tar.gz
scummvm-rg350-cdbc4aa28b5c47392369879b209f9635ff431195.tar.bz2
scummvm-rg350-cdbc4aa28b5c47392369879b209f9635ff431195.zip
TONY: Initial commit of in progress dirty rect handling
Diffstat (limited to 'engines/tony/window.h')
-rw-r--r--engines/tony/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/tony/window.h b/engines/tony/window.h
index 34f0c1cb51..6189dd391f 100644
--- a/engines/tony/window.h
+++ b/engines/tony/window.h
@@ -64,6 +64,7 @@ protected:
int lastsecond, lastfcount;
int mskRed, mskGreen, mskBlue;
+ bool _wiping;
bool _bGrabScreenshot;
bool _bGrabThumbnail;
@@ -90,7 +91,7 @@ public:
void switchFullscreen(bool bFull) {}
// Reads the next frame
- void getNewFrame(byte *lpBuf, Common::Rect *rcBoundEllipse);
+ void getNewFrame(RMGfxTargetBuffer &lpBuf, Common::Rect *rcBoundEllipse);
// Request a thumbnail be grabbed during the next frame
void grabThumbnail(uint16 *buf);