changeset 3430:baeff5f3203b

Updated for the new pixel format structure
author Sam Lantinga <slouken@libsdl.org>
date Wed, 11 Nov 2009 06:34:33 +0000
parents 48caa67fac25
children c8fbb27627d9
files src/video/SDL_blit_A.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/SDL_blit_A.c	Wed Nov 11 06:23:19 2009 +0000
+++ b/src/video/SDL_blit_A.c	Wed Nov 11 06:34:33 2009 +0000
@@ -502,8 +502,7 @@
         NULL, 0, 0,
         0, 0, 0, 0,
         16, 8, 0, 24,
-        0x00FF0000, 0x0000FF00, 0x000000FF, 0xFF000000,
-        0, 0
+        0x00FF0000, 0x0000FF00, 0x000000FF, 0xFF000000
     };
     if (!srcfmt) {
         srcfmt = &default_pixel_format;