소스 검색

fix build: s/SDL_DetectSandbox/SDL_GetSandbox/

Ozkan Sezer 1 년 전
부모
커밋
ca3c5fd409
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
     DBusMessage *reply, *msg;
     int fd;
     int fd;
 
 
-    if (SDL_DetectSandbox() == SDL_SANDBOX_NONE) {
+    if (SDL_GetSandbox() == SDL_SANDBOX_NONE) {
         return -2;
         return -2;
     }
     }