From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzM8E-0003RM-Qu for qemu-devel@nongnu.org; Fri, 12 Dec 2014 04:03:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzM88-0004qN-J1 for qemu-devel@nongnu.org; Fri, 12 Dec 2014 04:03:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzM88-0004pL-BM for qemu-devel@nongnu.org; Fri, 12 Dec 2014 04:03:20 -0500 Message-ID: <1418374994.23141.2.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 12 Dec 2014 10:03:14 +0100 In-Reply-To: <54899FEE.6050103@redhat.com> References: <1418294973-21790-1-git-send-email-kraxel@redhat.com> <1418294973-21790-3-git-send-email-kraxel@redhat.com> <54899FEE.6050103@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 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: Max Reitz Cc: qemu-devel@nongnu.org, Anthony Liguori > > diff --git a/include/ui/sdl2.h b/include/ui/sdl2.h > > new file mode 100644 > > index 0000000..7f91a75 > > --- /dev/null > > +++ b/include/ui/sdl2.h > > @@ -0,0 +1,11 @@ > > +struct sdl2_console { > > + DisplayChangeListener dcl; > Is there a reason why you did not use include guards? Fixed. cheers, Gerd