[client,sdl] mark SDL2 as deprecated.

SDL2 client is a dead end due to lacking API (clipboard support, ...) so
mark the SDL2 client deprecated and point out there is a SDL3 version
available
This commit is contained in:
akallabeth
2025-02-21 09:06:12 +01:00
parent feba8c0902
commit 4e111874de
3 changed files with 4 additions and 2 deletions

View File

@@ -6220,7 +6220,7 @@ void freerdp_client_warn_deprecated(int argc, char* argv[])
return;
WLog_Print_unchecked(log, log_level, "[deprecated] %s client has been deprecated", app);
WLog_Print_unchecked(log, log_level, "As replacement there is a SDL based client available.");
WLog_Print_unchecked(log, log_level, "As replacement there is a SDL3 based client available.");
WLog_Print_unchecked(
log, log_level,
"If you are interested in keeping %s alive get in touch with the developers", app);