From ca3c5fd409812c2e139e7327618d1523d824e979 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 2 Mar 2025 19:40:02 +0300 Subject: [PATCH] fix build: s/SDL_DetectSandbox/SDL_GetSandbox/ --- src/core/linux/SDL_dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/linux/SDL_dbus.c b/src/core/linux/SDL_dbus.c index b4ddfda1bc..5cb450c86f 100644 --- a/src/core/linux/SDL_dbus.c +++ b/src/core/linux/SDL_dbus.c @@ -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; }