We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here are proposed name changes for functions in SDL_render.h, per discussion in #6569
SDL_ConvertPixels SDL_ConvertSurface SDL_ConvertSurfaceFormat SDL_CreateSurface SDL_CreateSurfaceFrom SDL_DuplicateSurface SDL_FillRect => SDL_FillSurfaceRect SDL_FillRects => SDL_FillSurfaceRects SDL_FreeSurface => SDL_DestroySurface SDL_GetClipRect => SDL_GetSurfaceClipRect SDL_GetColorKey => SDL_GetSurfaceColorKey SDL_GetSurfaceAlphaMod SDL_GetSurfaceBlendMode SDL_GetSurfaceColorMod SDL_GetYUVConversionMode SDL_GetYUVConversionModeForResolution SDL_HasColorKey => SDL_SurfaceHasColorKey SDL_HasSurfaceRLE => SDL_SurfaceHasRLE SDL_LoadBMP_RW SDL_LockSurface SDL_LowerBlit => SDL_BlitSurfaceUnchecked SDL_LowerBlitScaled => SDL_BlitSurfaceUncheckedScaled SDL_PremultiplyAlpha SDL_SaveBMP_RW SDL_SetClipRect => SDL_SetSurfaceClipRect SDL_SetColorKey => SDL_SetSurfaceColorKey SDL_SetSurfaceAlphaMod SDL_SetSurfaceBlendMode SDL_SetSurfaceColorMod SDL_SetSurfacePalette SDL_SetSurfaceRLE SDL_SetYUVConversionMode SDL_SoftStretch SDL_SoftStretchLinear SDL_UnlockSurface SDL_UpperBlit => SDL_BlitSurface SDL_UpperBlitScaled => SDL_BlitSurfaceScaled
@libsdl-org/a-team for discussion?
The text was updated successfully, but these errors were encountered:
Should be SDL_FillSurfaceRect, I think.
Amen on finally getting rid of the UpperBlit naming, though.
Sorry, something went wrong.
Fixed!
cc0296c
No branches or pull requests
Here are proposed name changes for functions in SDL_render.h, per discussion in #6569
@libsdl-org/a-team for discussion?
The text was updated successfully, but these errors were encountered: