From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1AfP-0006x0-Ev for qemu-devel@nongnu.org; Wed, 17 Dec 2014 04:13:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1AfO-0003Ro-J4 for qemu-devel@nongnu.org; Wed, 17 Dec 2014 04:13:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1AfO-0003Rj-Bx for qemu-devel@nongnu.org; Wed, 17 Dec 2014 04:13:10 -0500 Message-ID: <54914921.4090200@redhat.com> Date: Wed, 17 Dec 2014 10:13:05 +0100 From: Max Reitz MIME-Version: 1.0 References: <1418736382-30565-1-git-send-email-kraxel@redhat.com> <1418736382-30565-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1418736382-30565-3-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 v2 02/10] sdl2: rename sdl2_state to sdl2_console, move to header file 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-16 at 14:26, Gerd Hoffmann wrote: > Create sdl2.h header file, in preparation for sdl2 code splitup. > Populate it with sdl2_console struct (renamed from sdl2_state). > > Signed-off-by: Gerd Hoffmann > --- > include/ui/sdl2.h | 16 ++++++++++++++ > ui/sdl2.c | 63 ++++++++++++++++++++++++------------------------------- > 2 files changed, 43 insertions(+), 36 deletions(-) > create mode 100644 include/ui/sdl2.h Reviewed-by: Max Reitz