mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
SDL_migration.cocci: Added a thing for SDL_Vulkan_CreateSurface.
This commit is contained in:
parent
c6d9fb1ad7
commit
869257a5c1
1 changed files with 5 additions and 0 deletions
|
|
@ -2745,3 +2745,8 @@ expression e, n, v;
|
|||
@@
|
||||
- SDL_SetWindowData(e, n, v)
|
||||
+ SDL_SetProperty(SDL_GetWindowProperties(e), n, v, NULL, NULL)
|
||||
@@
|
||||
expression w, i, s;
|
||||
@@
|
||||
- SDL_Vulkan_CreateSurface(w, i, s)
|
||||
+ SDL_Vulkan_CreateSurface(w, i, NULL, s)
|
||||
Loading…
Add table
Add a link
Reference in a new issue