diff src/video/cybergfx/SDL_cgxaccel.c @ 21:75a95f82bc1f

Updated the Amiga OS port of SDL (thanks Gabriele)
author Sam Lantinga <slouken@lokigames.com>
date Thu, 10 May 2001 20:13:29 +0000
parents 74212992fb08
children dcb5e869f8b5
line wrap: on
line diff
--- a/src/video/cybergfx/SDL_cgxaccel.c	Thu May 10 20:10:54 2001 +0000
+++ b/src/video/cybergfx/SDL_cgxaccel.c	Thu May 10 20:13:29 2001 +0000
@@ -214,6 +214,8 @@
 	}
 	else if(dst->hwdata)
 		BBB(src->hwdata->bmap,srcrect->x,srcrect->y,dst->hwdata->bmap,dstrect->x,dstrect->y,srcrect->w,srcrect->h,0xc0,0xff,NULL);
+
+	return 0;
 }
 
 int CGX_FillHWRect(_THIS,SDL_Surface *dst,SDL_Rect *dstrect,Uint32 color)
@@ -234,4 +236,5 @@
 
 		FillPixelArray(&temprp,dstrect->x,dstrect->y,dstrect->w,dstrect->h,color);
 	}
+	return 0;
 }