diff src/video/SDL_surface.c @ 1724:6c63fc2bd986 SDL-1.3

Proof of concept done - Win32 GDI implementation mostly complete.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 06 Jul 2006 07:17:11 +0000
parents a1ebb17f9c52
children 8dd28c4ef746
line wrap: on
line diff
--- a/src/video/SDL_surface.c	Thu Jul 06 05:53:32 2006 +0000
+++ b/src/video/SDL_surface.c	Thu Jul 06 07:17:11 2006 +0000
@@ -418,7 +418,7 @@
  * A function to calculate the intersection of two rectangles:
  * return true if the rectangles intersect, false otherwise
  */
-static __inline__ SDL_bool
+SDL_bool
 SDL_IntersectRect(const SDL_Rect * A, const SDL_Rect * B,
                   SDL_Rect * intersection)
 {