Parcourir la source

fix build: s/SDL_DetectSandbox/SDL_GetSandbox/

Ozkan Sezer il y a 1 mois
Parent
commit
ca3c5fd409
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/core/linux/SDL_dbus.c

+ 1 - 1
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;
     }