Re: [Spice-devel] [PATCH spice-streaming-agent 2/5] Add file with utilities for Xorg

2018-02-05 Thread Lukáš Hrázký
On Mon, 2018-02-05 at 02:58 -0500, Frediano Ziglio wrote: > > > > On Thu, 2018-02-01 at 16:40 +, Frediano Ziglio wrote: > > > Signed-off-by: Frediano Ziglio > > > --- > > > src/Makefile.am | 2 ++ > > > src/spice-streaming-agent.cpp | 1 + > > > src/xorg-utils.cpp

Re: [Spice-devel] [PATCH spice-streaming-agent 2/5] Add file with utilities for Xorg

2018-02-04 Thread Frediano Ziglio
> > On Thu, 2018-02-01 at 16:40 +, Frediano Ziglio wrote: > > Signed-off-by: Frediano Ziglio > > --- > > src/Makefile.am | 2 ++ > > src/spice-streaming-agent.cpp | 1 + > > src/xorg-utils.cpp| 33 + > > src/xorg-utils.hpp

Re: [Spice-devel] [PATCH spice-streaming-agent 2/5] Add file with utilities for Xorg

2018-02-02 Thread Lukáš Hrázký
On Thu, 2018-02-01 at 16:40 +, Frediano Ziglio wrote: > Signed-off-by: Frediano Ziglio > --- > src/Makefile.am | 2 ++ > src/spice-streaming-agent.cpp | 1 + > src/xorg-utils.cpp| 33 + > src/xorg-utils.hpp| 8 >

[Spice-devel] [PATCH spice-streaming-agent 2/5] Add file with utilities for Xorg

2018-02-01 Thread Frediano Ziglio
Signed-off-by: Frediano Ziglio --- src/Makefile.am | 2 ++ src/spice-streaming-agent.cpp | 1 + src/xorg-utils.cpp| 33 + src/xorg-utils.hpp| 8 4 files changed, 44 insertions(+) create mode 100644 src/xorg-utils.c