From fa599c75489f71f3fd6cf997b0558b106680bb4e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 9 Feb 2023 17:31:44 -0800 Subject: [PATCH] Fixed SDL_GetRendererOutputSize renaming --- build-scripts/SDL_migration.cocci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/SDL_migration.cocci b/build-scripts/SDL_migration.cocci index 92a2295e6..8cabf95f7 100644 --- a/build-scripts/SDL_migration.cocci +++ b/build-scripts/SDL_migration.cocci @@ -2371,7 +2371,7 @@ SDL_DisplayMode e; @@ @@ - SDL_GetRendererOutputSize -+ SDL_GetCurrentRenderOutputSizeInPixels ++ SDL_GetCurrentRenderOutputSize (...) @@ @@