mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
server: Add channel handling for mouse cursor channel ([MS-RDPEMSC])
The mouse cursor channel enables remoting of the mouse cursor (bitmap) over a DVC. The main use case is UDP, as only virtual channels can be transported via UDP in RDP.
This commit is contained in:
committed by
akallabeth
parent
850afe68a0
commit
687ed017d3
12
channels/rdpemsc/ChannelOptions.cmake
Normal file
12
channels/rdpemsc/ChannelOptions.cmake
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
set(OPTION_DEFAULT ON)
|
||||
set(OPTION_CLIENT_DEFAULT OFF)
|
||||
set(OPTION_SERVER_DEFAULT ON)
|
||||
|
||||
define_channel_options(NAME "rdpemsc" TYPE "dynamic"
|
||||
DESCRIPTION "Mouse Cursor Virtual Channel Extension"
|
||||
SPECIFICATIONS "[MS-RDPEMSC]"
|
||||
DEFAULT ${OPTION_DEFAULT})
|
||||
|
||||
define_channel_server_options(${OPTION_SERVER_DEFAULT})
|
||||
|
||||
Reference in New Issue
Block a user