SDL_migration.cocci: Added a thing for SDL_Vulkan_CreateSurface.
parent
c6d9fb1ad7
commit
869257a5c1
|
@ -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…
Reference in New Issue