Added SDL_SetRenderDrawColorspace() and SDL_GetRenderDrawColorspace()

This commit is contained in:
Sam Lantinga
2024-01-31 21:46:02 -08:00
parent 9c8b47b726
commit dd28ab0489
5 changed files with 64 additions and 1 deletions

View File

@@ -994,3 +994,5 @@
#define SDL_SetSurfaceColorspace SDL_SetSurfaceColorspace_REAL
#define SDL_GetSurfaceColorspace SDL_GetSurfaceColorspace_REAL
#define SDL_ConvertSurfaceFormatAndColorspace SDL_ConvertSurfaceFormatAndColorspace_REAL
#define SDL_SetRenderDrawColorspace SDL_SetRenderDrawColorspace_REAL
#define SDL_GetRenderDrawColorspace SDL_GetRenderDrawColorspace_REAL