From 6029dcd0f5372fc8a1948df3d1e4a09b6f988df8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 18 Sep 2004 19:42:28 +0000 Subject: [PATCH] add defaults --- stepmania/src/RageSurfaceUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageSurfaceUtils.h b/stepmania/src/RageSurfaceUtils.h index 80378765a4..9f40d30274 100644 --- a/stepmania/src/RageSurfaceUtils.h +++ b/stepmania/src/RageSurfaceUtils.h @@ -47,7 +47,7 @@ namespace RageSurfaceUtils void BlitTransform( const RageSurface *src, RageSurface *dst, const float fCoords[8] /* TL, BR, BL, TR */ ); - void Blit( const RageSurface *src, RageSurface *dst, int width, int height ); + void Blit( const RageSurface *src, RageSurface *dst, int width = -1, int height = -1 ); bool SaveSurface( const RageSurface *img, CString file ); RageSurface *LoadSurface( CString file );