Re: [PATCH 3/6] rdp: Fix the ContextNew callback with recent FreeRDP versions

2016-05-19 Thread Bryce Harrington
On Tue, Apr 26, 2016 at 11:34:05PM +0200, David Fort wrote: > Since a quite long time FreeRDP expect the ContextNew callback to return TRUE > when it succeeds. Without this we have some arbitrary failures (most probably > when eax is 0 at the end of the function). > > Signed-off-by: David Fort L

[PATCH 3/6] rdp: Fix the ContextNew callback with recent FreeRDP versions

2016-04-26 Thread David Fort
Since a quite long time FreeRDP expect the ContextNew callback to return TRUE when it succeeds. Without this we have some arbitrary failures (most probably when eax is 0 at the end of the function). Signed-off-by: David Fort --- src/compositor-rdp.c | 19 ++- 1 file changed, 18 i