From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaL4E-0001wT-IE for qemu-devel@nongnu.org; Sun, 30 Apr 2006 19:11:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaL4D-0001vv-58 for qemu-devel@nongnu.org; Sun, 30 Apr 2006 19:11:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaL4D-0001vr-1I for qemu-devel@nongnu.org; Sun, 30 Apr 2006 19:11:05 -0400 Received: from [64.233.184.226] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FaL7t-0000Vt-GH for qemu-devel@nongnu.org; Sun, 30 Apr 2006 19:14:53 -0400 Received: by wproxy.gmail.com with SMTP id i28so2063688wra for ; Sun, 30 Apr 2006 16:11:04 -0700 (PDT) Message-ID: <46d6db660604301611u591c371fna27eb64b042252d0@mail.gmail.com> Date: Mon, 1 May 2006 01:11:04 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] [PATCH] VNC display support for QEMU In-Reply-To: <46d6db660604301514l2c2dec9elf32db5e9a9d3d8d9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4453DBDE.8020306@codemonkey.ws> <44543BF1.60304@codemonkey.ws> <44551A8A.9090802@codemonkey.ws> <46d6db660604301514l2c2dec9elf32db5e9a9d3d8d9@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org neat! it is working on windows 3.0 guest (no acceleration) on a winXP host. Fabrice fixed it live while I was trying it (he's fast!). old mouse sync problem is still here, as you mentionned no calibration is done. You mention "absolute mouse". how to do it ? On 5/1/06, Christian MICHON wrote: > just a quick note: your patch breaks the mingw32 build on winXP. > Christian