From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz5Wz-0000zb-S7 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:19:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz5Wt-0007cb-OB for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:19:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz5Wt-0007cS-Gd for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:19:47 -0500 Message-ID: <5489B1A1.7050902@redhat.com> Date: Thu, 11 Dec 2014 16:00:49 +0100 From: Max Reitz MIME-Version: 1.0 References: <1418294973-21790-1-git-send-email-kraxel@redhat.com> <1418294973-21790-8-git-send-email-kraxel@redhat.com> In-Reply-To: <1418294973-21790-8-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 07/10] sdl2: move sdl_switch to sdl2-2d.c 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: > Move sdl_switch to sdl2-2d.c file, rename to sdl2_2d_switch. > > Signed-off-by: Gerd Hoffmann > --- > include/ui/sdl2.h | 6 ++++++ > ui/sdl2-2d.c | 42 ++++++++++++++++++++++++++++++++++++++++++ > ui/sdl2.c | 50 ++++---------------------------------------------- > 3 files changed, 52 insertions(+), 46 deletions(-) Reviewed-by: Max Reitz