1.1 --- a/src/test/SDL_test_imageBlit.c Sun Nov 13 00:09:02 2016 -0800
1.2 +++ b/src/test/SDL_test_imageBlit.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 (blit.c) */
1.6
1.7 -const SDLTest_SurfaceImage_t SDLTest_imageBlit = {
1.8 +static const SDLTest_SurfaceImage_t SDLTest_imageBlit = {
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 @@ -561,7 +561,7 @@
1.13 return surface;
1.14 }
1.15
1.16 -const SDLTest_SurfaceImage_t SDLTest_imageBlitColor = {
1.17 +static const SDLTest_SurfaceImage_t SDLTest_imageBlitColor = {
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 @@ -1044,7 +1044,7 @@
1.22 return surface;
1.23 }
1.24
1.25 -const SDLTest_SurfaceImage_t SDLTest_imageBlitAlpha = {
1.26 +static const SDLTest_SurfaceImage_t SDLTest_imageBlitAlpha = {
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"