From 9c7f4d1cba20a17556c8c2a293ab9fb4499866b6 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Mon, 7 Aug 2023 16:59:21 +0200 Subject: [PATCH] Use only remote cursor --- wvnc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wvnc.c b/wvnc.c index 4fc71af..7789c63 100644 --- a/wvnc.c +++ b/wvnc.c @@ -709,6 +709,8 @@ void event_loop(void *data) vncl->GetCredential = get_credential; vncl->listenPort = 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->vncl = vncl; rfbClientSetClientData(vncl, vncl, user_data);