You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/08/17 03:02:15 UTC

[3/3] incubator-guacamole-server git commit: GUACAMOLE-51: Merge change to seperate RDP keyboard handling.

GUACAMOLE-51: Merge change to seperate RDP keyboard 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/f73822d3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/f73822d3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/f73822d3

Branch: refs/heads/master
Commit: f73822d348fae99692f49b67f307bb05be277ec6
Parents: 4734d15 4f4f83f
Author: James Muehlner <ja...@guac-dev.org>
Authored: Tue Aug 16 19:58:42 2016 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Tue Aug 16 19:58:42 2016 -0700

----------------------------------------------------------------------
 src/protocols/rdp/Makefile.am |   2 +
 src/protocols/rdp/client.c    |   5 -
 src/protocols/rdp/input.c     | 135 +-----------------
 src/protocols/rdp/input.h     |  43 ------
 src/protocols/rdp/keyboard.c  | 283 +++++++++++++++++++++++++++++++++++++
 src/protocols/rdp/keyboard.h  | 151 ++++++++++++++++++++
 src/protocols/rdp/rdp.c       |  52 +------
 src/protocols/rdp/rdp.h       |  17 +--
 8 files changed, 452 insertions(+), 236 deletions(-)
----------------------------------------------------------------------