Skip to content

Commit

Permalink
docs/README-migration.md: Noted that SDL_RenderFlush is now SDL_Flush…
Browse files Browse the repository at this point in the history
…Renderer.
  • Loading branch information
icculus committed Nov 26, 2023
1 parent 60133a6 commit 6783cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/README-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ The following functions have been renamed:
* SDL_RenderDrawRectsF() => SDL_RenderRects()
* SDL_RenderFillRectF() => SDL_RenderFillRect()
* SDL_RenderFillRectsF() => SDL_RenderFillRects()
* SDL_RenderFlush() => SDL_FlushRenderer()
* SDL_RenderGetClipRect() => SDL_GetRenderClipRect()
* SDL_RenderGetIntegerScale() => SDL_GetRenderIntegerScale()
* SDL_RenderGetLogicalSize() => SDL_GetRenderLogicalPresentation()
Expand Down

0 comments on commit 6783cc5

Please sign in to comment.