GUACAMOLE-200: Merge fix for print blocking input handling.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/a7ee5edd Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/a7ee5edd Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/a7ee5edd Branch: refs/heads/staging/0.9.12-incubating Commit: a7ee5edd8bb7e84893e30df918a64d54130b7fb2 Parents: 4da4ce7 12cde5d Author: James Muehlner <[email protected]> Authored: Wed Feb 15 20:50:11 2017 -0800 Committer: James Muehlner <[email protected]> Committed: Wed Feb 15 20:50:11 2017 -0800 ---------------------------------------------------------------------- src/protocols/rdp/Makefile.am | 3 + src/protocols/rdp/client.c | 1 + src/protocols/rdp/guac_rdpdr/rdpdr_printer.c | 368 ++---------- src/protocols/rdp/guac_rdpdr/rdpdr_printer.h | 31 -- src/protocols/rdp/rdp.c | 7 + src/protocols/rdp/rdp.h | 6 + src/protocols/rdp/rdp_print_job.c | 651 ++++++++++++++++++++++ src/protocols/rdp/rdp_print_job.h | 235 ++++++++ 8 files changed, 947 insertions(+), 355 deletions(-) ----------------------------------------------------------------------
