comparison src/video/nanox/SDL_nximage.c @ 700:c35edafc84d1

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 30 Aug 2003 09:09:09 +0000
parents d3b2e93629eb
children b8d311d90021
comparison
equal deleted inserted replaced
699:d3b2e93629eb 700:c35edafc84d1
82 *ptrdst++ = 0; 82 *ptrdst++ = 0;
83 ++ptrsrc; 83 ++ptrsrc;
84 } 84 }
85 } 85 }
86 } 86 }
87 #if 0 /* This is needed for microwindows 0.90 or older */ 87 #if 1 /* This is needed for microwindows 0.90 or older */
88 else if (pixel_type == MWPF_TRUECOLOR0888 || pixel_type == MWPF_TRUECOLOR888) { 88 else if (pixel_type == MWPF_TRUECOLOR0888 || pixel_type == MWPF_TRUECOLOR888) {
89 Uint8 * ptrsrc ; 89 Uint8 * ptrsrc ;
90 Uint8 * ptrdst ; 90 Uint8 * ptrdst ;
91 int k ; 91 int k ;
92 92