Просмотр исходного кода

Fixed SDL_GetRendererOutputSize renaming

Sam Lantinga 3 лет назад
Родитель
Сommit
fa599c7548
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      build-scripts/SDL_migration.cocci

+ 1 - 1
build-scripts/SDL_migration.cocci

@@ -2371,7 +2371,7 @@ SDL_DisplayMode e;
 @@
 @@
 - SDL_GetRendererOutputSize
-+ SDL_GetCurrentRenderOutputSizeInPixels
++ SDL_GetCurrentRenderOutputSize
   (...)
 @@
 @@