Re: [Spice-devel] [PATCH 08/17] Use C++ style for cursor message initialization instead of C style

2018-02-19 Thread Lukáš Hrázký
On Fri, 2018-02-16 at 17:15 +0100, Christophe de Dinechin wrote: > From: Christophe de Dinechin > > Signed-off-by: Christophe de Dinechin > --- > src/spice-streaming-agent.cpp | 47 > +-- > 1 file changed, 27

[Spice-devel] [PATCH 08/17] Use C++ style for cursor message initialization instead of C style

2018-02-16 Thread Christophe de Dinechin
From: Christophe de Dinechin Signed-off-by: Christophe de Dinechin --- src/spice-streaming-agent.cpp | 47 +-- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/src/spice-streaming-agent.cpp