From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWkQb-0002r9-PE for qemu-devel@nongnu.org; Sun, 06 Apr 2014 06:35:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWkQS-00024C-TX for qemu-devel@nongnu.org; Sun, 06 Apr 2014 06:35:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWkQS-00022M-Lk for qemu-devel@nongnu.org; Sun, 06 Apr 2014 06:35:44 -0400 Date: Sun, 6 Apr 2014 13:36:19 +0300 From: "Michael S. Tsirkin" Message-ID: <20140406103619.GA8485@redhat.com> References: <1396608084-26986-1-git-send-email-tiwai@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1396608084-26986-1-git-send-email-tiwai@suse.de> Subject: Re: [Qemu-devel] [PATCH v3 0/4] Fix relative pointer tracking on Gtk UI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Takashi Iwai Cc: peter.maydell@linaro.org, Cole Robinson , qemu-devel@nongnu.org, Anthony Liguori , Gerd Hoffmann On Fri, Apr 04, 2014 at 12:41:20PM +0200, Takashi Iwai wrote: > Hi, > > this is the revisited patch series. The only difference from v2 > is that now they are checkpatch-clean and Cole's acks have been > added to patches 1-3. > > > Takashi For the series: Tested-by: Michael S. Tsirkin Any chance this can be merged for 2.0? This greatly increases the usability of GTK UI: as it is it's almost useless with mouse pointer jumping about in jerks to the point that I'm forcing it off with -sdl. Lack of grab on click is also a regression from SDL.