author | Sam Lantinga <slouken@libsdl.org> |
Sat, 30 Aug 2003 09:09:09 +0000 | |
changeset 700 | c35edafc84d1 |
parent 699 | d3b2e93629eb |
child 701 | aaf3b8af6616 |
--- a/src/video/nanox/SDL_nximage.c Sat Aug 30 09:06:37 2003 +0000 +++ b/src/video/nanox/SDL_nximage.c Sat Aug 30 09:09:09 2003 +0000 @@ -84,7 +84,7 @@ } } } -#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 ;