aboutsummaryrefslogtreecommitdiff
path: root/graphics/animation.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-05-18 13:18:02 +0000
committerTorbjörn Andersson2006-05-18 13:18:02 +0000
commit5c1f91eed42aab58f022ca82066c91e5a672131c (patch)
tree9af4ffe72d4549432d0847db1237837632bc1ea8 /graphics/animation.h
parentc65d45146cf6ccaea20218c030b3a11dbcfd1f02 (diff)
downloadscummvm-rg350-5c1f91eed42aab58f022ca82066c91e5a672131c.tar.gz
scummvm-rg350-5c1f91eed42aab58f022ca82066c91e5a672131c.tar.bz2
scummvm-rg350-5c1f91eed42aab58f022ca82066c91e5a672131c.zip
Allow changing scaler while playing MPEG cutscenes.
svn-id: r22515
Diffstat (limited to 'graphics/animation.h')
-rw-r--r--graphics/animation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/animation.h b/graphics/animation.h
index 42c1c899f3..aa36369974 100644
--- a/graphics/animation.h
+++ b/graphics/animation.h
@@ -78,6 +78,9 @@ protected:
const int _movieWidth;
const int _movieHeight;
+ int _frameWidth;
+ int _frameHeight;
+
#ifndef BACKEND_8BIT
int _movieScale;
#endif
@@ -130,6 +133,8 @@ public:
bool init(const char *name, void *audioArg = NULL);
bool decodeFrame();
+ void screenChanged();
+ void updateScreen();
#ifndef BACKEND_8BIT
void buildLookup();