From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVLCW-0002jw-O0 for qemu-devel@nongnu.org; Wed, 02 Apr 2014 09:27:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVLCR-0002Ru-8b for qemu-devel@nongnu.org; Wed, 02 Apr 2014 09:27:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVLCR-0002Ql-0u for qemu-devel@nongnu.org; Wed, 02 Apr 2014 09:27:27 -0400 Message-ID: <533C103C.9030308@redhat.com> Date: Wed, 02 Apr 2014 09:27:24 -0400 From: Cole Robinson MIME-Version: 1.0 References: <1396441953-19260-1-git-send-email-tiwai@suse.de> <1396441953-19260-4-git-send-email-tiwai@suse.de> In-Reply-To: <1396441953-19260-4-git-send-email-tiwai@suse.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 3/4] gtk: Remember the last grabbed pointer position List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Takashi Iwai , qemu-devel@nongnu.org Cc: kraxel@redhat.com, Anthony Liguori On 04/02/2014 08:32 AM, Takashi Iwai wrote: > It's pretty annoying that the pointer reappears at a random place once > after grabbing and ungrabbing the input. Better to restore to the > original position where the pointer was grabbed. > > Reference: https://bugzilla.novell.com/show_bug.cgi?id=849587 > Signed-off-by: Takashi Iwai I agree, and IMO it's a good idea in general to keep behavior similar between the gtk and sdl frontends. Tested-by: Cole Robinson Reviewed-by: Cole Robinson Thanks, Cole