SDL_migration.cocci: remove metavariable warning

This commit is contained in:
Sylvain
2023-02-05 17:46:59 +01:00
committed by Sylvain Becker
parent 6f06e4bc80
commit 5d1006657a

View File

@@ -2389,14 +2389,17 @@ SDL_DisplayMode e;
+ SDL_RenderCoordinatesToWindow + SDL_RenderCoordinatesToWindow
(...) (...)
@@ @@
symbol SDL_ScaleModeNearest;
@@ @@
- SDL_ScaleModeNearest - SDL_ScaleModeNearest
+ SDL_SCALEMODE_NEAREST + SDL_SCALEMODE_NEAREST
@@ @@
symbol SDL_ScaleModeLinear;
@@ @@
- SDL_ScaleModeLinear - SDL_ScaleModeLinear
+ SDL_SCALEMODE_LINEAR + SDL_SCALEMODE_LINEAR
@@ @@
symbol SDL_ScaleModeBest;
@@ @@
- SDL_ScaleModeBest - SDL_ScaleModeBest
+ SDL_SCALEMODE_BEST + SDL_SCALEMODE_BEST