summaryrefslogtreecommitdiffstats
path: root/xup/xup.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-05-13 13:56:15 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-05-13 13:56:15 -0700
commite0fc7297f5bd0c4297e6b6b8ca2d7cd80251b1c9 (patch)
treec59520c6fa41aede3b3e9940518474cade61dc56 /xup/xup.h
parent67bd319adf4fafabcb1ea9124b8d64209d3ebcf7 (diff)
downloadxrdp-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xup/xup.h b/xup/xup.h
index ec2957ce..26d893af 100644
--- a/xup/xup.h
+++ b/xup/xup.h
@@ -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;
};