mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
Renamed SDL_Del* to SDL_Remove*
This commit is contained in:
parent
cf1d8e2dfd
commit
f827c1322c
45 changed files with 118 additions and 98 deletions
build-scripts
|
@ -3633,3 +3633,13 @@ identifier func =~ "^(SDL_AddEventWatch|SDL_AddHintCallback|SDL_AddSurfaceAltern
|
|||
- SDL_AtomicGetPtr
|
||||
+ SDL_AtomicGetPointer
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_DelEventWatch
|
||||
+ SDL_RemoveEventWatch
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_DelHintCallback
|
||||
+ SDL_RemoveHintCallback
|
||||
(...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue