Mercurial > sdl-ios-xcode
changeset 700:c35edafc84d1
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 30 Aug 2003 09:09:09 +0000 |
parents | d3b2e93629eb |
children | aaf3b8af6616 |
files | src/video/nanox/SDL_nximage.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 ;