This is an automated email from the ASF dual-hosted git repository. jmuehlner pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
commit e2a136f41e729a80f14ef479321ab8a5d753e6d2 Merge: d9d5c79 18a0362 Author: James Muehlner <[email protected]> AuthorDate: Wed Mar 3 19:31:25 2021 -0800 GUACAMOLE-1302: Merge support for forcing lossless compression in VNC and RDP connections. src/common/common/display.h | 29 +++++++++++++++++++++++++++++ src/common/common/surface.h | 25 +++++++++++++++++++++++++ src/common/display.c | 30 ++++++++++++++++++++++++++++++ src/common/surface.c | 16 +++++++++++++++- src/protocols/rdp/rdp.c | 4 ++++ src/protocols/rdp/settings.c | 13 +++++++++++++ src/protocols/rdp/settings.h | 6 ++++++ src/protocols/vnc/settings.c | 13 +++++++++++++ src/protocols/vnc/settings.h | 6 ++++++ src/protocols/vnc/vnc.c | 4 ++++ src/terminal/display.c | 3 +++ 11 files changed, 148 insertions(+), 1 deletion(-)
