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 warning
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
include/SDL_video.h
|
@@ -1140,7 +1140,7 @@ extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(int *blendMode); |
|
|
/** |
|
|
* \brief Clear the current rendering target with the drawing color |
|
|
*/ |
|
|
extern DECLSPEC int SDLCALL SDL_RenderClear(); |
|
|
extern DECLSPEC int SDLCALL SDL_RenderClear(void); |
|
|
|
|
|
/** |
|
|
* \brief Draw a point on the current rendering target. |
|
|
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.