From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WV5O7-0003s1-G9 for qemu-devel@nongnu.org; Tue, 01 Apr 2014 16:34:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WV5O1-0001Ak-BO for qemu-devel@nongnu.org; Tue, 01 Apr 2014 16:34:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WV5O1-0001AZ-2m for qemu-devel@nongnu.org; Tue, 01 Apr 2014 16:34:21 -0400 Message-ID: <533B22C7.2090000@redhat.com> Date: Tue, 01 Apr 2014 16:34:15 -0400 From: Cole Robinson MIME-Version: 1.0 References: <1392290139-17250-1-git-send-email-tiwai@suse.de> In-Reply-To: <1392290139-17250-1-git-send-email-tiwai@suse.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] Fix relative pointer tracking on Gtk UI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Takashi Iwai , qemu-devel@nongnu.org Cc: Anthony Liguori On 02/13/2014 06:15 AM, Takashi Iwai wrote: > Hi, > > this is a series of patches to fix / improve the behavior of Gtk UI > in the relative pointer tracking mode. Most people didn't notice > the bug likely because it doesn't appear as long as the aboslute > mode is used, e.g. when vmmouse input driver is enabled. But I hit > this annoying behavior because of the recent regression of vmmouse > driver (that doesn't work as default). Or, it might be that this > didn't happen with the old Gtk2. Dunno. > > The last two patches are no actual fixes but rather behavior > changes for my tastes. Both are to align the behavior compatible > with SDL UI, and I like it better just because I got used to it. > So, I don't mind if they are skipped. > I just hit this issue too. Unfortunately Anthony hasn't been around qemu-devel much recently so these slipped through the cracks. Can you rebase on qemu.git (you'll have to s/kbd_mouse_is_absolute/qemu_mouse_is_absolute/ at least) and repost? Please cc me and kraxel@redhat.com, I'll test and review Thanks, Cole