[PATCH 0/5] RDP compositor needs love

David Fort rdp.effort at gmail.com
Fri Apr 22 13:19:01 UTC 2016


This serie address some issues around the RDP compositor. Some are compilation fixes
against FreeRDP 2.0 (and now we search for FreeRDP 2.0 too). 
As seat releasing is still not safe, I'm proposing again the patch to _not_ release the seat 
in the RDP compositor (and so we can reconnect at the cost of leaking the seat). 
And finally there's a fix for output mode switching, and the panel and background 
not resizing when it happens. This bug is there since the beginning of the RDP compositor (looks
like it's the only one that actually changes output modes).

David Fort (5):
  rdp: allow to compile against FreeRDP 2.0
  rdp: don't release the seat until it is safe
  rdp: fix presentation for the RDP compositor
  rdp: Fix the ContextNew callback with recent FreeRDP versions
  desktop shell: resize background and panel when an output switches
    mode

 configure.ac          |  8 +++++-
 desktop-shell/shell.c | 34 +++++++++++++++++++++++
 desktop-shell/shell.h |  1 +
 src/compositor-rdp.c  | 76 ++++++++++++++++++++++++++++++++++++---------------
 src/compositor.c      | 33 ++++++++++++++--------
 src/compositor.h      |  1 +
 6 files changed, 119 insertions(+), 34 deletions(-)

-- 
1.9.1



More information about the wayland-devel mailing list