Hi On Fri, Sep 1, 2023 at 9:24 PM Daniel P. Berrangé <berra...@redhat.com> wrote: > > On Wed, Aug 30, 2023 at 01:38:24PM +0400, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > > > Mostly for readability reasons. > > > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > > --- > > include/ui/console.h | 84 +--------------------------------------- > > include/ui/surface.h | 91 ++++++++++++++++++++++++++++++++++++++++++++ > > 2 files changed, 92 insertions(+), 83 deletions(-) > > create mode 100644 include/ui/surface.h > > > > > diff --git a/include/ui/surface.h b/include/ui/surface.h > > new file mode 100644 > > index 0000000000..37725a303e > > --- /dev/null > > +++ b/include/ui/surface.h > > @@ -0,0 +1,91 @@ > > When you moved the VC bits out of console.h you added a GPL-2.0-or-later > SPDX tag, so by implication this ought to gain the same. >
Done. R-B with that change? -- Marc-André Lureau
