aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl-common.h
diff options
context:
space:
mode:
authorMax Horn2003-10-04 00:12:30 +0000
committerMax Horn2003-10-04 00:12:30 +0000
commitafd9119d373e24f457a542b6a5960057a5c6b171 (patch)
treebbea71e45b6eb09c70659fc45f389c1b42ae5ff8 /backends/sdl/sdl-common.h
parentad293a5ab8bf59f9535a4e8fbb3681c76f28128e (diff)
downloadscummvm-rg350-afd9119d373e24f457a542b6a5960057a5c6b171.tar.gz
scummvm-rg350-afd9119d373e24f457a542b6a5960057a5c6b171.tar.bz2
scummvm-rg350-afd9119d373e24f457a542b6a5960057a5c6b171.zip
small remark
svn-id: r10579
Diffstat (limited to 'backends/sdl/sdl-common.h')
-rw-r--r--backends/sdl/sdl-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sdl/sdl-common.h b/backends/sdl/sdl-common.h
index 2b37d13848..77d8b0384d 100644
--- a/backends/sdl/sdl-common.h
+++ b/backends/sdl/sdl-common.h
@@ -40,7 +40,7 @@ public:
// Draw a bitmap to screen.
// The screen will not be updated to reflect the new bitmap
- void copy_rect(const byte *buf, int pitch, int x, int y, int w, int h);
+ void copy_rect(const byte *src, int pitch, int x, int y, int w, int h);
void move_screen(int dx, int dy, int height);