aboutsummaryrefslogtreecommitdiff
path: root/common/scaler.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/scaler.h')
-rw-r--r--common/scaler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/scaler.h b/common/scaler.h
index b8000ddccd..2c1b73b9d0 100644
--- a/common/scaler.h
+++ b/common/scaler.h
@@ -49,6 +49,8 @@ FORCEINLINE int aspect2Real(int y) {
return (y * 5 + 3) / 6;
}
+extern void makeRectStretchable(int &x, int &y, int &w, int &h);
+
extern int stretch200To240(uint8 *buf, uint32 pitch, int width, int height, int srcX, int srcY, int origSrcY);
enum {