diff options
author | Andreas Schiffler <aschiffler@ferzkopp.net> | 2012-12-26 22:26:44 -0800 |
---|---|---|
committer | Andreas Schiffler <aschiffler@ferzkopp.net> | 2012-12-26 22:26:44 -0800 |
commit | 94de0879f99c93d9688c6ca5e62cd12a7e933beb (patch) | |
tree | 8d47b8042867ee42f54c8d70e3849c3d7d897bf5 /include/SDL_test_images.h | |
parent | e575e68e3e13343f4e8e64f358a63f144f0bf51f (diff) | |
download | sdl-94de0879f99c93d9688c6ca5e62cd12a7e933beb.tar.gz |
Add surface test suite; minor improvements to render suite; refactor image saving into test lib compare function; fix for Haiku build
Diffstat (limited to 'include/SDL_test_images.h')
-rw-r--r-- | include/SDL_test_images.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_test_images.h b/include/SDL_test_images.h index a5f531669..70c96898e 100644 --- a/include/SDL_test_images.h +++ b/include/SDL_test_images.h @@ -53,7 +53,7 @@ typedef struct SDLTest_SurfaceImage_s { int width; int height; unsigned int bytes_per_pixel; /* 3:RGB, 4:RGBA */ - const unsigned char pixel_data[]; + unsigned char pixel_data[]; } SDLTest_SurfaceImage_t; /* Test images */ |