Rename SDL_atomic_t to SDL_AtomicInt
This commit is contained in:
parent
8994878767
commit
d0c4849d0b
33 changed files with 81 additions and 70 deletions
|
@ -2529,3 +2529,7 @@ constant c1, c2;
|
|||
@@
|
||||
- SDL_CreateShapedWindow(e1, c1, c2, e2, e3, e4)
|
||||
+ SDL_CreateShapedWindow(e1, e2, e3, e4)
|
||||
typedef SDL_atomic_t, SDL_AtomicInt;
|
||||
@@
|
||||
- SDL_atomic_t
|
||||
+ SDL_AtomicInt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue