This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed compiler warnings
Updated Visual C++ 2005 project
- Loading branch information
Showing
with
1 addition
and
3 deletions.
-
BIN
VisualC.zip
-
+0
−2
src/video/SDL_renderer_sw.c
-
+1
−1
src/video/SDL_video.c
|
@@ -408,8 +408,6 @@ SW_RenderFill(SDL_Renderer * renderer, const SDL_Rect * rect, Uint32 color) |
|
|
{ |
|
|
SW_RenderData *data = (SW_RenderData *) renderer->driverdata; |
|
|
Uint8 r, g, b, a; |
|
|
void *pixels; |
|
|
int pitch; |
|
|
SDL_Rect real_rect; |
|
|
int status; |
|
|
|
|
|
|
@@ -2288,7 +2288,7 @@ SDL_GL_SwapWindow(SDL_WindowID windowID) |
|
|
SDL_SetError("The specified window isn't an OpenGL window"); |
|
|
return; |
|
|
} |
|
|
return _this->GL_SwapWindow(_this, window); |
|
|
_this->GL_SwapWindow(_this, window); |
|
|
} |
|
|
|
|
|
void |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.