diff 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
line wrap: on
line diff
--- a/src/video/photon/SDL_ph_gl.c	Fri Jan 09 20:41:31 2009 +0000
+++ b/src/video/photon/SDL_ph_gl.c	Fri Jan 09 20:43:30 2009 +0000
@@ -314,17 +314,14 @@
         && (this->gl_config.accum_blue_size != 0)
         && (this->gl_config.accum_green_size != 0)) {
         qnxgl_attribs_slide = qnxgl_attrib_set_accum(qnxgl_attribs_slide,
-                                                     this->
-                                                     gl_config.accum_red_size
+                                                     this->gl_config.
+                                                     accum_red_size +
+                                                     this->gl_config.
+                                                     accum_blue_size +
+                                                     this->gl_config.accum_green_size
                                                      +
                                                      this->
-                                                     gl_config.accum_blue_size
-                                                     +
-                                                     this->
-                                                     gl_config.
-                                                     accum_green_size +
-                                                     this->gl_config.
-                                                     accum_alpha_size);
+                                                     gl_config.accum_alpha_size);
     }
 
     /* Stereo mode */