aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler/aspect.h
diff options
context:
space:
mode:
authorCameron Cawley2019-12-23 23:26:25 +0000
committerFilippos Karapetis2019-12-25 08:52:19 +0200
commite2e72af31d45ee1c28b38a30b1eeb93d791839a7 (patch)
treede642a3bea20a189fbb952e1f8ac1909b3e4f8bc /graphics/scaler/aspect.h
parentf328ab43694b74adf56924ed9d8b4da74be4f7ac (diff)
downloadscummvm-rg350-e2e72af31d45ee1c28b38a30b1eeb93d791839a7.tar.gz
scummvm-rg350-e2e72af31d45ee1c28b38a30b1eeb93d791839a7.tar.bz2
scummvm-rg350-e2e72af31d45ee1c28b38a30b1eeb93d791839a7.zip
SDL: Remove duplicated cursorStretch200To240() function
Diffstat (limited to 'graphics/scaler/aspect.h')
-rw-r--r--graphics/scaler/aspect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/scaler/aspect.h b/graphics/scaler/aspect.h
index 93201c3d40..ee1dfc1460 100644
--- a/graphics/scaler/aspect.h
+++ b/graphics/scaler/aspect.h
@@ -58,4 +58,6 @@ int stretch200To240(uint8 *buf,
int origSrcY,
bool interpolate);
+int stretch200To240Nearest(uint8 *buf, uint32 pitch, int width, int height, int srcX, int srcY, int origSrcY);
+
#endif