From 26e9b5ca5f0eafae421a640ea4e4753d6ac7ec0e Mon Sep 17 00:00:00 2001 From: truelight Date: Mon, 18 Jun 2007 20:08:21 +0000 Subject: (svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffer --- src/blitter/32bpp_base.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/blitter/32bpp_base.hpp') diff --git a/src/blitter/32bpp_base.hpp b/src/blitter/32bpp_base.hpp index df593247c..0149330d8 100644 --- a/src/blitter/32bpp_base.hpp +++ b/src/blitter/32bpp_base.hpp @@ -21,6 +21,7 @@ public: /* virtual */ void CopyFromBuffer(void *video, const void *src, int width, int height, int src_pitch); /* virtual */ void CopyToBuffer(const void *video, void *dst, int width, int height, int dst_pitch); /* virtual */ void MoveBuffer(void *video_dst, const void *video_src, 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); static inline uint32 LookupColourInPalette(uint8 index) { -- cgit v1.2.3-54-g00ecf