Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 2918:bd518fc76f28
Updated to build on Windows
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 25 Dec 2008 05:11:29 +0000 |
parents | 1d50666ed3d5 |
children | 2133d2d300fd |
comparison
equal
deleted
inserted
replaced
2917:4cecb110195d | 2918:bd518fc76f28 |
---|---|
2073 int | 2073 int |
2074 SDL_RenderPoint(int x, int y) | 2074 SDL_RenderPoint(int x, int y) |
2075 { | 2075 { |
2076 SDL_Renderer *renderer; | 2076 SDL_Renderer *renderer; |
2077 SDL_Window *window; | 2077 SDL_Window *window; |
2078 SDL_Rect real_rect; | |
2079 | 2078 |
2080 if (!_this) { | 2079 if (!_this) { |
2081 SDL_UninitializedVideo(); | 2080 SDL_UninitializedVideo(); |
2082 return -1; | 2081 return -1; |
2083 } | 2082 } |