Mercurial > sdl-ios-xcode
diff src/video/ataricommon/SDL_atarigl.c @ 2043:adf732f1f016
Formatting update
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 24 Sep 2006 15:56:55 +0000 |
parents | b657f0bc72c2 |
children | e1da92da346c |
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_atarigl.c Sun Sep 24 15:56:36 2006 +0000 +++ b/src/video/ataricommon/SDL_atarigl.c Sun Sep 24 15:56:55 2006 +0000 @@ -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; @@ -679,7 +679,7 @@ gl_shadow = _this->gl_data->OSMesaCreateLDG(osmesa_format, GL_UNSIGNED_BYTE, - current->w, current->h); + current->w, current->h); if (gl_shadow) { gl_curformat = osmesa_format;