mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-27 01:34:29 +00:00
fix build: s/SDL_DetectSandbox/SDL_GetSandbox/
This commit is contained in:
@@ -699,7 +699,7 @@ int SDL_DBus_CameraPortalRequestAccess(void)
|
||||
DBusMessage *reply, *msg;
|
||||
int fd;
|
||||
|
||||
if (SDL_DetectSandbox() == SDL_SANDBOX_NONE) {
|
||||
if (SDL_GetSandbox() == SDL_SANDBOX_NONE) {
|
||||
return -2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user