comparison src/video/photon/SDL_ph_gl.c @ 3013:8cc00819c8d6

Reverted Bob's indent checkin
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Jan 2009 21:50:26 +0000
parents 8f4ed5ec2b06
children
comparison
equal deleted inserted replaced
3012:7e30c2dc7783 3013:8cc00819c8d6
312 /* The sum of the accum bits of each channel */ 312 /* The sum of the accum bits of each channel */
313 if ((this->gl_config.accum_red_size != 0) 313 if ((this->gl_config.accum_red_size != 0)
314 && (this->gl_config.accum_blue_size != 0) 314 && (this->gl_config.accum_blue_size != 0)
315 && (this->gl_config.accum_green_size != 0)) { 315 && (this->gl_config.accum_green_size != 0)) {
316 qnxgl_attribs_slide = qnxgl_attrib_set_accum(qnxgl_attribs_slide, 316 qnxgl_attribs_slide = qnxgl_attrib_set_accum(qnxgl_attribs_slide,
317 this->gl_config. 317 this->
318 accum_red_size + 318 gl_config.accum_red_size
319 this->gl_config.
320 accum_blue_size +
321 this->gl_config.accum_green_size
322 + 319 +
323 this-> 320 this->
324 gl_config.accum_alpha_size); 321 gl_config.accum_blue_size
322 +
323 this->
324 gl_config.
325 accum_green_size +
326 this->gl_config.
327 accum_alpha_size);
325 } 328 }
326 329
327 /* Stereo mode */ 330 /* Stereo mode */
328 if (this->gl_config.stereo) { 331 if (this->gl_config.stereo) {
329 qnxgl_attribs_slide = qnxgl_attrib_set_stereo(qnxgl_attribs_slide); 332 qnxgl_attribs_slide = qnxgl_attrib_set_stereo(qnxgl_attribs_slide);