Add SDL_RenderGetWindow() API to get the window associated with a renderer (#5440)

Add SDL_RenderGetWindow() API to get the window associated with a renderer
This commit is contained in:
Sylvain Becker 2022-03-23 17:07:56 +01:00 committed by GitHub
parent 57df1dfce6
commit c23a7ad38a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 0 deletions

View file

@ -864,3 +864,4 @@
#define SDL_UnionFRect SDL_UnionFRect_REAL
#define SDL_EncloseFPoints SDL_EncloseFPoints_REAL
#define SDL_IntersectFRectAndLine SDL_IntersectFRectAndLine_REAL
#define SDL_RenderGetWindow SDL_RenderGetWindow_REAL