comparison src/video/photon/SDL_ph_gl.c @ 3011:8f4ed5ec2b06

I ran a global "make indent" it modified the following files.
author Bob Pendleton <bob@pendleton.com>
date Fri, 09 Jan 2009 20:43:30 +0000
parents 4e4d814884aa
children 8cc00819c8d6
comparison
equal deleted inserted replaced
3010:a6694a812119 3011:8f4ed5ec2b06
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-> 317 this->gl_config.
318 gl_config.accum_red_size 318 accum_red_size +
319 this->gl_config.
320 accum_blue_size +
321 this->gl_config.accum_green_size
319 + 322 +
320 this-> 323 this->
321 gl_config.accum_blue_size 324 gl_config.accum_alpha_size);
322 +
323 this->
324 gl_config.
325 accum_green_size +
326 this->gl_config.
327 accum_alpha_size);
328 } 325 }
329 326
330 /* Stereo mode */ 327 /* Stereo mode */
331 if (this->gl_config.stereo) { 328 if (this->gl_config.stereo) {
332 qnxgl_attribs_slide = qnxgl_attrib_set_stereo(qnxgl_attribs_slide); 329 qnxgl_attribs_slide = qnxgl_attrib_set_stereo(qnxgl_attribs_slide);