1.1 --- a/src/test/SDL_test_imageBlitBlend.c Sun Nov 13 00:09:02 2016 -0800
1.2 +++ b/src/test/SDL_test_imageBlitBlend.c Sun Nov 13 22:57:41 2016 -0800
1.3 @@ -24,7 +24,7 @@
1.4
1.5 /* GIMP RGB C-Source image dump (alpha.c) */
1.6
1.7 -const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendAdd = {
1.8 +static const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendAdd = {
1.9 80, 60, 3,
1.10 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
1.11 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
1.12 @@ -601,7 +601,7 @@
1.13 return surface;
1.14 }
1.15
1.16 -const SDLTest_SurfaceImage_t SDLTest_imageBlitBlend = {
1.17 +static const SDLTest_SurfaceImage_t SDLTest_imageBlitBlend = {
1.18 80, 60, 3,
1.19 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
1.20 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
1.21 @@ -1131,7 +1131,7 @@
1.22 return surface;
1.23 }
1.24
1.25 -const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendMod = {
1.26 +static const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendMod = {
1.27 80, 60, 3,
1.28 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
1.29 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
1.30 @@ -1561,7 +1561,7 @@
1.31 return surface;
1.32 }
1.33
1.34 -const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendNone = {
1.35 +static const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendNone = {
1.36 80, 60, 3,
1.37 "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
1.38 "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
1.39 @@ -2374,7 +2374,7 @@
1.40 return surface;
1.41 }
1.42
1.43 -const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendAll = {
1.44 +static const SDLTest_SurfaceImage_t SDLTest_imageBlitBlendAll = {
1.45 80, 60, 3,
1.46 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
1.47 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"