File style cleanup for the SDL 2.0 release
This commit is contained in:
parent
2ac8624930
commit
0cb6385637
376 changed files with 17562 additions and 17773 deletions
|
@ -49,9 +49,9 @@ static void surface_testLoad( SDL_Surface *testsur )
|
|||
|
||||
/* Create the blit surface. */
|
||||
#ifdef __APPLE__
|
||||
face = SDL_LoadBMP("icon.bmp");
|
||||
face = SDL_LoadBMP("icon.bmp");
|
||||
#else
|
||||
face = SDL_LoadBMP("../icon.bmp");
|
||||
face = SDL_LoadBMP("../icon.bmp");
|
||||
#endif
|
||||
|
||||
if (SDL_ATassert( "SDL_CreateLoadBmp", face != NULL))
|
||||
|
@ -428,7 +428,7 @@ int test_surface (void)
|
|||
* Surface on surface tests.
|
||||
*/
|
||||
/* Create the test surface. */
|
||||
testsur = SDL_CreateRGBSurface( 0, 80, 60, 32,
|
||||
testsur = SDL_CreateRGBSurface( 0, 80, 60, 32,
|
||||
RMASK, GMASK, BMASK, AMASK );
|
||||
if (SDL_ATassert( "SDL_CreateRGBSurface", testsur != NULL))
|
||||
goto err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue