comparison src/SDL_compat.c @ 2698:e1da92da346c gsoc2008_nds

Clean up.
author Darren Alton <dalton@stevens.edu>
date Wed, 27 Aug 2008 04:23:38 +0000
parents 91e601d9df8b
children
comparison
equal deleted inserted replaced
2697:c9121b04cffa 2698:e1da92da346c
691 rect.w = (int) (w ? w : screen->w); 691 rect.w = (int) (w ? w : screen->w);
692 rect.h = (int) (h ? h : screen->h); 692 rect.h = (int) (h ? h : screen->h);
693 SDL_UpdateRects(screen, 1, &rect); 693 SDL_UpdateRects(screen, 1, &rect);
694 } 694 }
695 } 695 }
696
696 void 697 void
697 SDL_UpdateRects(SDL_Surface * screen, int numrects, SDL_Rect * rects) 698 SDL_UpdateRects(SDL_Surface * screen, int numrects, SDL_Rect * rects)
698 { 699 {
699 int i; 700 int i;
700 701