render: Added SDL_RenderFlush().

This commit is contained in:
Ryan C. Gordon 2018-10-04 16:34:44 -04:00
parent 09140bd8bc
commit 1ecf4dfc5f
4 changed files with 33 additions and 0 deletions

View file

@ -738,3 +738,4 @@ SDL_DYNAPI_PROC(void,SDL_SensorClose,(SDL_Sensor *a),(a),)
SDL_DYNAPI_PROC(void,SDL_SensorUpdate,(void),(),)
SDL_DYNAPI_PROC(SDL_bool,SDL_IsTablet,(void),(),return)
SDL_DYNAPI_PROC(SDL_DisplayOrientation,SDL_GetDisplayOrientation,(int a),(a),return)
SDL_DYNAPI_PROC(int,SDL_RenderFlush,(SDL_Renderer *a),(a),return)