From 9fd0050047d77d8547f9bb5f1f321771dd37a572 Mon Sep 17 00:00:00 2001 From: Pawel Raczyk Date: Thu, 16 May 2019 16:29:14 +0200 Subject: [PATCH] changing dot as a initial cursor --- core/rfb.js | 2 +- vnc.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/rfb.js b/core/rfb.js index 89b8130d..b27f2912 100644 --- a/core/rfb.js +++ b/core/rfb.js @@ -153,7 +153,7 @@ export default class RFB extends EventTargetMixin { // The spec is unclear on this "initial cursor" issue. Many other // viewers (TigerVNC, RealVNC, Remmina) display an arrow as the // initial cursor instead. - this._cursorImage = RFB.cursors.none; + this._cursorImage = RFB.cursors.dot; // populate decoder array with objects this._decoders[encodings.encodingRaw] = new RawDecoder(); diff --git a/vnc.html b/vnc.html index e355c3ac..25eeeac6 100644 --- a/vnc.html +++ b/vnc.html @@ -305,7 +305,7 @@
  • -