mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 08:27:39 +00:00
cocci: remove SDL_INIT_NOPARACHUTE
This commit is contained in:
parent
967ebd78e6
commit
0770c55e8d
1 changed files with 9 additions and 0 deletions
|
@ -1323,6 +1323,10 @@ typedef SDL_GameControllerButtonBind, SDL_GamepadBinding;
|
||||||
@@
|
@@
|
||||||
- SDL_INIT_GAMECONTROLLER
|
- SDL_INIT_GAMECONTROLLER
|
||||||
+ SDL_INIT_GAMEPAD
|
+ SDL_INIT_GAMEPAD
|
||||||
|
@ rule_init_noparachute @
|
||||||
|
@@
|
||||||
|
- SDL_INIT_NOPARACHUTE
|
||||||
|
+ 0
|
||||||
@@
|
@@
|
||||||
@@
|
@@
|
||||||
- SDL_JOYSTICK_TYPE_GAMECONTROLLER
|
- SDL_JOYSTICK_TYPE_GAMECONTROLLER
|
||||||
|
@ -1996,3 +2000,8 @@ typedef SDL_GameControllerButtonBind, SDL_GamepadBinding;
|
||||||
- SDL_GetRectDisplayIndex
|
- SDL_GetRectDisplayIndex
|
||||||
+ SDL_GetDisplayIndexForRect
|
+ SDL_GetDisplayIndexForRect
|
||||||
(...)
|
(...)
|
||||||
|
@ depends on rule_init_noparachute @
|
||||||
|
expression e;
|
||||||
|
@@
|
||||||
|
- e | 0
|
||||||
|
+ e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue