On 01/03/2013 21:32, hardening wrote: > This patch adds a FreeRDP based compositor. This backend > waits for incoming RDP clients and sends frame updates to > connected clients. Each RDP client register his own seat > which make it nice to test multi-seat (with 2 RDP clients > we have 2 pointers on the screen). Frame updates are done > either with surfaces in raw format (that means flipping the > dirty region and cutting in 64x64 tiles), or using the remoteFx > codec (when the client supports it). > --- > configure.ac | 7 + > src/Makefile.am | 16 +- > src/compositor-rdp.c | 827 > ++++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 849 insertions(+), 1 deletion(-) > create mode 100644 src/compositor-rdp.c
Forget this one, there's many issues with server-side of FreeRDP 1.0. I'm changing the patch to use FreeRDP master (API has changed), which looks less buggy. Hardening. _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
