mirror of
https://github.com/lxsang/antd-wvnc-plugin.git
synced 2025-03-12 19:02:46 +01:00
Use only remote cursor
This commit is contained in:
parent
604aab8f0b
commit
9c7f4d1cba
2
wvnc.c
2
wvnc.c
@ -709,6 +709,8 @@ void event_loop(void *data)
|
|||||||
vncl->GetCredential = get_credential;
|
vncl->GetCredential = get_credential;
|
||||||
vncl->listenPort = LISTEN_PORT_OFFSET;
|
vncl->listenPort = LISTEN_PORT_OFFSET;
|
||||||
vncl->listen6Port = LISTEN_PORT_OFFSET;
|
vncl->listen6Port = LISTEN_PORT_OFFSET;
|
||||||
|
vncl->appData.useRemoteCursor = true;
|
||||||
|
//vncl->GotCursorShape = cursor_changed;
|
||||||
user_data->status = READY; // 1 for ready for connect
|
user_data->status = READY; // 1 for ready for connect
|
||||||
user_data->vncl = vncl;
|
user_data->vncl = vncl;
|
||||||
rfbClientSetClientData(vncl, vncl, user_data);
|
rfbClientSetClientData(vncl, vncl, user_data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user