Re: [PATCH] rdp-compositor: fix compilation against last FreeRDP 2.0

2018-05-28 Thread Pekka Paalanen
On Sun, 27 May 2018 23:56:43 +0200 David Fort wrote: > The SURFACE_BITS_COMMAND struct has changed and some members have been moved > in the > bmp field. > --- > configure.ac | 9 - > libweston/compositor-rdp.c | 69 -- > 2 files changed, 5

Re: [PATCH] rdp-compositor: fix compilation against last FreeRDP 2.0

2018-05-27 Thread Hardening
Le 25/05/2018 à 16:17, Pekka Paalanen a écrit : > On Thu, 24 May 2018 14:55:20 +0200 > David Fort wrote: > >> The SURFACE_BITS_COMMAND struct has changed and some members have been moved >> in the >> bmp field. >> --- >> configure.ac | 5 ++- [...] >> > > Hi, > > with freerd

[PATCH] rdp-compositor: fix compilation against last FreeRDP 2.0

2018-05-27 Thread David Fort
The SURFACE_BITS_COMMAND struct has changed and some members have been moved in the bmp field. --- configure.ac | 9 - libweston/compositor-rdp.c | 69 -- 2 files changed, 52 insertions(+), 26 deletions(-) diff --git a/configure.ac b/configu

Re: [PATCH] rdp-compositor: fix compilation against last FreeRDP 2.0

2018-05-25 Thread Pekka Paalanen
On Thu, 24 May 2018 14:55:20 +0200 David Fort wrote: > The SURFACE_BITS_COMMAND struct has changed and some members have been moved > in the > bmp field. > --- > configure.ac | 5 ++- > libweston/compositor-rdp.c | 69 -- > 2 files changed, 48

[PATCH] rdp-compositor: fix compilation against last FreeRDP 2.0

2018-05-24 Thread David Fort
The SURFACE_BITS_COMMAND struct has changed and some members have been moved in the bmp field. --- configure.ac | 5 ++- libweston/compositor-rdp.c | 69 -- 2 files changed, 48 insertions(+), 26 deletions(-) diff --git a/configure.ac b/configure