From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFek9-0000mg-8h for qemu-devel@nongnu.org; Fri, 17 Nov 2017 06:23:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFek4-0006o1-BH for qemu-devel@nongnu.org; Fri, 17 Nov 2017 06:23:33 -0500 Received: from mail-lf0-x22c.google.com ([2a00:1450:4010:c07::22c]:41077) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eFek4-0006mY-2V for qemu-devel@nongnu.org; Fri, 17 Nov 2017 06:23:28 -0500 Received: by mail-lf0-x22c.google.com with SMTP id f134so2296305lfg.8 for ; Fri, 17 Nov 2017 03:23:27 -0800 (PST) From: Jindrich Makovicka Date: Fri, 17 Nov 2017 12:22:55 +0100 Message-Id: <20171117112258.5888-1-makovick@gmail.com> Subject: [Qemu-devel] [PATCH v4] SDL2 various fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Gerd Hoffmann Hi, here is a respin of the three remaining patches, with checkpatch errors corrected. Also added the Fixes: line for "sdl2 uses surface relative coordinates", and an explaining comment to "sdl2: Ignore UI hotkeys". Regards, Jindrich