From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz4N4-0002LL-Ht for qemu-devel@nongnu.org; Thu, 11 Dec 2014 09:05:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz4My-0006CK-9W for qemu-devel@nongnu.org; Thu, 11 Dec 2014 09:05:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz4My-0006CE-34 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 09:05:28 -0500 Message-ID: <5489A4A3.5020805@redhat.com> Date: Thu, 11 Dec 2014 15:05:23 +0100 From: Max Reitz MIME-Version: 1.0 References: <1418294973-21790-1-git-send-email-kraxel@redhat.com> <1418294973-21790-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1418294973-21790-5-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/10] sdl2: turn on keyboard grabs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: Anthony Liguori On 2014-12-11 at 11:49, Gerd Hoffmann wrote: > Makes quite some keys actually go to the guest instead of > being captured by the host window manager. > > Signed-off-by: Gerd Hoffmann > --- > ui/sdl2.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Reviewed-by: Max Reitz