mirror of https://github.com/libsdl-org/SDL.git
Renamed SDL_SANDBOX_UNKNOWN to SDL_SANDBOX_UNKNOWN_CONTAINER
This commit is contained in:
parent
a7da3ad59b
commit
1d23d2c3c2
|
|
@ -580,7 +580,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_IsTV(void);
|
|||
typedef enum SDL_Sandbox
|
||||
{
|
||||
SDL_SANDBOX_NONE = 0,
|
||||
SDL_SANDBOX_UNKNOWN,
|
||||
SDL_SANDBOX_UNKNOWN_CONTAINER,
|
||||
SDL_SANDBOX_FLATPAK,
|
||||
SDL_SANDBOX_SNAP,
|
||||
SDL_SANDBOX_MACOS
|
||||
|
|
|
|||
Loading…
Reference in New Issue