aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl
diff options
context:
space:
mode:
authorMax Horn2003-05-25 12:08:01 +0000
committerMax Horn2003-05-25 12:08:01 +0000
commit9b70fee5f39d02b3ea99c9aef4519f00ea433a58 (patch)
treedaa052515ac117e8e6fceae69016e6bd338611e6 /backends/sdl
parente827a569d2cb7936bd01b349e788fabd5c244f41 (diff)
downloadscummvm-rg350-9b70fee5f39d02b3ea99c9aef4519f00ea433a58.tar.gz
scummvm-rg350-9b70fee5f39d02b3ea99c9aef4519f00ea433a58.tar.bz2
scummvm-rg350-9b70fee5f39d02b3ea99c9aef4519f00ea433a58.zip
changed scaler proc signature so that srcPtr is const (this can help optimizer by simplifying aliasing detection; thanks to Bertrand Augereau for pointing this out)
svn-id: r7939
Diffstat (limited to 'backends/sdl')
-rw-r--r--backends/sdl/sdl-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/sdl/sdl-common.h b/backends/sdl/sdl-common.h
index 65bf00130b..5ce2166c79 100644
--- a/backends/sdl/sdl-common.h
+++ b/backends/sdl/sdl-common.h
@@ -124,9 +124,6 @@ public:
static OSystem *create(int gfx_mode, bool full_screen);
protected:
- typedef void ScalerProc(uint8 *srcPtr, uint32 srcPitch,
- uint8 *dstPtr, uint32 dstPitch, int width, int height);
-
OSystem_SDL_Common();
virtual ~OSystem_SDL_Common();