mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[client,sdl] mark SDL3 as no longer experimental
This commit is contained in:
@@ -69,9 +69,7 @@ if(NOT WITHOUT_FREERDP_3x_DEPRECATED)
|
||||
WITH_CLIENT_SDL OFF
|
||||
)
|
||||
endif()
|
||||
cmake_dependent_option(
|
||||
WITH_CLIENT_SDL3 "[experimental] build experimental SDL3 client" ${SDL3_FOUND} WITH_CLIENT_SDL OFF
|
||||
)
|
||||
cmake_dependent_option(WITH_CLIENT_SDL3 "build SDL3 client" ${SDL3_FOUND} WITH_CLIENT_SDL OFF)
|
||||
|
||||
if(WITH_CLIENT_SDL2 AND WITH_CLIENT_SDL3)
|
||||
message("Building both, SDL2 and SDL3 clients, forcing WITH_CLIENT_SDL_VERSIONED=ON")
|
||||
|
||||
@@ -1633,8 +1633,6 @@ int main(int argc, char* argv[])
|
||||
int status = 0;
|
||||
RDP_CLIENT_ENTRY_POINTS clientEntryPoints = {};
|
||||
|
||||
freerdp_client_warn_experimental(argc, argv);
|
||||
|
||||
RdpClientEntry(&clientEntryPoints);
|
||||
std::unique_ptr<sdl_rdp_context, void (*)(sdl_rdp_context*)> sdl_rdp(
|
||||
reinterpret_cast<sdl_rdp_context*>(freerdp_client_context_new(&clientEntryPoints)),
|
||||
|
||||
Reference in New Issue
Block a user