mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 23:21:29 +00:00
[idd] clipboard: add direct synchronization
This commit is contained in:
@@ -125,6 +125,8 @@ namespace
|
||||
service = TRANSPORT_SERVICE_CONTROL;
|
||||
else if (Equal(name, L"input"))
|
||||
service = TRANSPORT_SERVICE_INPUT;
|
||||
else if (Equal(name, L"clipboard"))
|
||||
service = TRANSPORT_SERVICE_CLIPBOARD;
|
||||
else
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user