aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/movie.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-23 13:44:40 -0400
committerMatthew Hoops2011-09-23 13:44:40 -0400
commit97af18a5a3a69392d0b71d88e43dd0b801a1a98d (patch)
treedd405ad4ea0f7bea12c432af4b3845433b25b809 /engines/pegasus/movie.h
parent84731ef872ee3e704e0ed6d6ca2e88509c859d7b (diff)
downloadscummvm-rg350-97af18a5a3a69392d0b71d88e43dd0b801a1a98d.tar.gz
scummvm-rg350-97af18a5a3a69392d0b71d88e43dd0b801a1a98d.tar.bz2
scummvm-rg350-97af18a5a3a69392d0b71d88e43dd0b801a1a98d.zip
PEGASUS: Allow for movies to be offset on a surface
Diffstat (limited to 'engines/pegasus/movie.h')
-rwxr-xr-xengines/pegasus/movie.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/pegasus/movie.h b/engines/pegasus/movie.h
index 54e57aeb30..a72491478f 100755
--- a/engines/pegasus/movie.h
+++ b/engines/pegasus/movie.h
@@ -61,6 +61,8 @@ public:
virtual void stop();
virtual void resume();
+ virtual void moveMovieBoxTo(const tCoordType, const tCoordType);
+
// *** HACK ALERT
Video::SeekableVideoDecoder *getMovie() { return _video; }
void setVolume(uint16);
@@ -70,6 +72,7 @@ public:
protected:
Video::SeekableVideoDecoder *_video;
bool _directDraw;
+ Common::Rect _movieBox;
};
} // End of namespace Pegasus