mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[client,sdl] add warning for SDL2 lacking clipboard
This commit is contained in:
@@ -1646,6 +1646,8 @@ int main(int argc, char* argv[])
|
||||
RDP_CLIENT_ENTRY_POINTS clientEntryPoints = {};
|
||||
|
||||
freerdp_client_warn_experimental(argc, argv);
|
||||
WLog_WARN(SDL_TAG,
|
||||
"SDL2 client does not support clipboard! Only SDL3 client has (partial) support");
|
||||
|
||||
RdpClientEntry(&clientEntryPoints);
|
||||
std::unique_ptr<sdl_rdp_context, void (*)(sdl_rdp_context*)> sdl_rdp(
|
||||
|
||||
Reference in New Issue
Block a user