diff 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
line wrap: on
line diff
--- a/src/video/photon/SDL_ph_gl.c	Sat Jan 10 18:32:24 2009 +0000
+++ b/src/video/photon/SDL_ph_gl.c	Sat Jan 10 21:50:26 2009 +0000
@@ -314,14 +314,17 @@
         && (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_blue_size +
-                                                     this->gl_config.accum_green_size
+                                                     this->
+                                                     gl_config.accum_red_size
                                                      +
                                                      this->
-                                                     gl_config.accum_alpha_size);
+                                                     gl_config.accum_blue_size
+                                                     +
+                                                     this->
+                                                     gl_config.
+                                                     accum_green_size +
+                                                     this->gl_config.
+                                                     accum_alpha_size);
     }
 
     /* Stereo mode */