diff src/video/SDL_video.c @ 1735:8dd28c4ef746 SDL-1.3

SDL_Rect now uses int for position and size. Added a few more rectangle functions. Added a dirty rectangle list implementation.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 07:34:50 +0000
parents f7c667ded87d
children
line wrap: on
line diff
--- a/src/video/SDL_video.c	Sun Jul 09 18:09:16 2006 +0000
+++ b/src/video/SDL_video.c	Mon Jul 10 07:34:50 2006 +0000
@@ -1110,6 +1110,7 @@
             SDL_SetDisplayMode(NULL);
         }
     }
+    return 0;
 }
 
 void