|
| From: | Gerd Hoffmann |
| Subject: | Re: [Qemu-devel] [PATCH 02/10] sdl2: rename sdl2_state to sdl2_console, move to header file |
| Date: | Fri, 12 Dec 2014 10:03:14 +0100 |
> > 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
| [Prev in Thread] | Current Thread | [Next in Thread] |