From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adECv-0006Ec-EN for qemu-devel@nongnu.org; Tue, 08 Mar 2016 04:45:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adECp-0004Fo-QP for qemu-devel@nongnu.org; Tue, 08 Mar 2016 04:45:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adECp-0004Fj-GG for qemu-devel@nongnu.org; Tue, 08 Mar 2016 04:45:31 -0500 Message-ID: <1457430328.22567.54.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 08 Mar 2016 10:45:28 +0100 In-Reply-To: <1456929142-14033-1-git-send-email-fziglio@redhat.com> References: <1456929142-14033-1-git-send-email-fziglio@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] vnc: send cursor when a new client is connecting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frediano Ziglio Cc: spice-devel@lists.freedesktop.org, qemu-devel@nongnu.org On Mi, 2016-03-02 at 14:32 +0000, Frediano Ziglio wrote: > If you have hardware cursor and you are reconnecting the VNC client > you need to send the cursor. Failing to do so make the cursor invisible > till is changed. >=20 > Signed-off-by: Frediano Ziglio added to ui patch queue. thanks, Gerd