fix a compliation warning

This commit is contained in:
Vincent Wei
2021-05-04 16:06:24 +08:00
parent a431b2ae56
commit 0904ae5dc7

View File

@@ -534,7 +534,7 @@ out:
#else /* defined _MGUSE_PIXMAN */
int GAL_StretchBlt (GAL_Surface *src, GAL_Rect *srcrect,
GAL_Surface *dst, GAL_Rect *dstrect, int /*rotation*/, DWORD ops)
GAL_Surface *dst, GAL_Rect *dstrect, int rotation, DWORD ops)
{
return GAL_StretchBltLegacy (src, srcrect, dst, dstrect, ops);
}