Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 2885:ca6499468250
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 20 Dec 2008 12:32:25 +0000 |
parents | 9dde605c7540 |
children | 133601e3b255 |
comparison
equal
deleted
inserted
replaced
2884:9dde605c7540 | 2885:ca6499468250 |
---|---|
1998 renderer->SetDrawColor(renderer); | 1998 renderer->SetDrawColor(renderer); |
1999 return 0; | 1999 return 0; |
2000 } | 2000 } |
2001 | 2001 |
2002 int | 2002 int |
2003 SDL_GetRenderDrawColor(Uint8 *r, Uint8 *g, Uint8 *b, Uint8 *a) | 2003 SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a) |
2004 { | 2004 { |
2005 SDL_Renderer *renderer; | 2005 SDL_Renderer *renderer; |
2006 | 2006 |
2007 if (!_this) { | 2007 if (!_this) { |
2008 SDL_UninitializedVideo(); | 2008 SDL_UninitializedVideo(); |