diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-05-13 13:56:15 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-05-13 13:56:15 -0700 |
commit | e0fc7297f5bd0c4297e6b6b8ca2d7cd80251b1c9 (patch) | |
tree | c59520c6fa41aede3b3e9940518474cade61dc56 /xup/xup.h | |
parent | 67bd319adf4fafabcb1ea9124b8d64209d3ebcf7 (diff) | |
download | xrdp-proprietary-e0fc7297f5bd0c4297e6b6b8ca2d7cd80251b1c9.tar.gz xrdp-proprietary-e0fc7297f5bd0c4297e6b6b8ca2d7cd80251b1c9.zip |
pass the client_info(caps) on to module and xserver
Diffstat (limited to 'xup/xup.h')
-rw-r--r-- | xup/xup.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,6 +25,7 @@ #include "parse.h" #include "os_calls.h" #include "defines.h" +#include "xrdp_client_info.h" #define CURRENT_MOD_VER 2 @@ -105,5 +106,5 @@ struct mod char port[256]; tbus sck_obj; int shift_state; - int rfx; + struct xrdp_client_info client_info; }; |