Mercurial > sdl-ios-xcode
diff src/video/ataricommon/SDL_atarigl.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 | 99210400e8b9 |
children | 8cc00819c8d6 |
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_atarigl.c Fri Jan 09 20:41:31 2009 +0000 +++ b/src/video/ataricommon/SDL_atarigl.c Fri Jan 09 20:43:30 2009 +0000 @@ -349,9 +349,9 @@ } if (! - (_this-> - gl_data->OSMesaMakeCurrent(gl_ctx, surface->pixels, type, surface->w, - surface->h))) { + (_this->gl_data-> + OSMesaMakeCurrent(gl_ctx, surface->pixels, type, surface->w, + surface->h))) { SDL_SetError("Can not make OpenGL context current"); return -1; } @@ -512,11 +512,11 @@ gl_ctx = _this->gl_data->OSMesaCreateContextExt(osmesa_format, - _this-> - gl_config.depth_size, - _this-> - gl_config.stencil_size, - newaccumsize, NULL); + _this->gl_config. + depth_size, + _this->gl_config. + stencil_size, newaccumsize, + NULL); if (gl_ctx) { gl_curformat = osmesa_format;