From d73e3343132fce15f6f922ed1afcd8a2918d805e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 30 Aug 2003 09:09:09 +0000 Subject: [PATCH] *** empty log message *** --- src/video/nanox/SDL_nximage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/nanox/SDL_nximage.c b/src/video/nanox/SDL_nximage.c index b230c3680..2d416b0c7 100644 --- a/src/video/nanox/SDL_nximage.c +++ b/src/video/nanox/SDL_nximage.c @@ -84,7 +84,7 @@ void NX_NormalUpdate (_THIS, int numrects, SDL_Rect * rects) } } } -#if 0 /* This is needed for microwindows 0.90 or older */ +#if 1 /* This is needed for microwindows 0.90 or older */ else if (pixel_type == MWPF_TRUECOLOR0888 || pixel_type == MWPF_TRUECOLOR888) { Uint8 * ptrsrc ; Uint8 * ptrdst ;