(svn r10244) -Fix: make sure to let 32bpp-anim report the increased buffer-size it needs

This commit is contained in:
truelight
2007-06-21 13:31:41 +00:00
parent edf68a04b0
commit e8f9332af9
3 changed files with 7 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ public:
/* virtual */ void CopyFromBuffer(void *video, const void *src, int width, int height);
/* virtual */ void CopyToBuffer(const void *video, void *dst, int width, int height);
/* virtual */ void ScrollBuffer(void *video, int &left, int &top, int &width, int &height, int scroll_x, int scroll_y);
/* virtual */ int BufferSize(int width, int height);
/* virtual */ void PaletteAnimate(uint start, uint count);
/* virtual */ Blitter::PaletteAnimation UsePaletteAnimation();
};