diff options
| author | jsorg71 <jsorg71> | 2006-02-03 03:21:24 +0000 | 
|---|---|---|
| committer | jsorg71 <jsorg71> | 2006-02-03 03:21:24 +0000 | 
| commit | 7a9c52062aaf8bb9d0b535f4be6c67a0b7bcbad4 (patch) | |
| tree | 952e3fb1bce7ed9ebba15449756a0bdeefb40d52 | |
| parent | b2890e1ee2502f16cddcac19bb97a41692730cfb (diff) | |
| download | xrdp-proprietary-7a9c52062aaf8bb9d0b535f4be6c67a0b7bcbad4.tar.gz xrdp-proprietary-7a9c52062aaf8bb9d0b535f4be6c67a0b7bcbad4.zip | |
minor comment changes
| -rw-r--r-- | xrdp/funcs.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/xrdp/funcs.c b/xrdp/funcs.c index a4683cd9..33ea3c90 100644 --- a/xrdp/funcs.c +++ b/xrdp/funcs.c @@ -14,7 +14,7 @@     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.     xrdp: A Remote Desktop Protocol server. -   Copyright (C) Jay Sorg 2004-2005 +   Copyright (C) Jay Sorg 2004-2006     simple functions @@ -146,7 +146,7 @@ check_bounds(struct xrdp_bitmap* b, int* x, int* y, int* cx, int* cy)  /*****************************************************************************/  /*  scan codes      1 0x01  esc -    2 0x02  1 or ? +    2 0x02  1 or !      3 0x03  2 or @      4 0x04  3 or #      5 0x05  4 or $ @@ -172,7 +172,7 @@ check_bounds(struct xrdp_bitmap* b, int* x, int* y, int* cx, int* cy)      25 0x19 p or P      26 0x1a [ or {      27 0x1b ] or } -    28 0x1c enter, keypad if ext +    28 0x1c enter, keypad is ext      29 0x1d left or right ctrl, ext flag is right      30 0x1e a or A      31 0x1f s or S | 
