Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_d3drender.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 | 502adab079a4 |
children | 8cc00819c8d6 |
line wrap: on
line diff
--- a/src/video/win32/SDL_d3drender.c Fri Jan 09 20:41:31 2009 +0000 +++ b/src/video/win32/SDL_d3drender.c Fri Jan 09 20:43:30 2009 +0000 @@ -693,8 +693,8 @@ result = IDirect3DDevice9_CreateTexture(renderdata->device, texture->w, texture->h, 1, 0, - PixelFormatToD3DFMT(texture-> - format), + PixelFormatToD3DFMT + (texture->format), D3DPOOL_SYSTEMMEM, &temp, NULL); if (FAILED(result)) { D3D_SetError("CreateTexture()", result);