diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-01 23:26:40 -0800 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-01 23:26:40 -0800 |
| commit | 374633e63f35170ad25b4841a4214273560a671b (patch) | |
| tree | bb3f2ee2b425b144eb58d5eb26e707e5c0af057f /common/xrdp_client_info.h | |
| parent | 3baa5ffa231b2cec6cc1236ada5dd8b419309d70 (diff) | |
| download | xrdp-proprietary-374633e63f35170ad25b4841a4214273560a671b.tar.gz xrdp-proprietary-374633e63f35170ad25b4841a4214273560a671b.zip | |
common: no logic change, update comments
Diffstat (limited to 'common/xrdp_client_info.h')
| -rw-r--r-- | common/xrdp_client_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index 50c9f143..c17675e4 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -1,7 +1,7 @@ /** * xrdp: A Remote Desktop Protocol server. * - * Copyright (C) Jay Sorg 2004-2013 + * Copyright (C) Jay Sorg 2004-2014 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -113,7 +113,7 @@ struct xrdp_client_info int keyboard_type; int keyboard_subtype; - + int png_codec_id; int png_prop_len; char png_prop[64]; |
