comparison src/SDL_compat.c @ 4472:791b3256fb22

Mostly cleaned up warnings with -Wmissing-prototypes
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Jun 2010 08:56:48 -0700
parents 82f357a91d43
children 1f7ad083fd3c 22aa6a631d34
comparison
equal deleted inserted replaced
4471:11cedc036ca1 4472:791b3256fb22
415 } else { 415 } else {
416 SDL_DisableScreenSaver(); 416 SDL_DisableScreenSaver();
417 } 417 }
418 } 418 }
419 419
420 int 420 static int
421 SDL_ResizeVideoMode(int width, int height, int bpp, Uint32 flags) 421 SDL_ResizeVideoMode(int width, int height, int bpp, Uint32 flags)
422 { 422 {
423 int w, h; 423 int w, h;
424 Uint32 format; 424 Uint32 format;
425 int access; 425 int access;