From e0fc7297f5bd0c4297e6b6b8ca2d7cd80251b1c9 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Sun, 13 May 2012 13:56:15 -0700 Subject: pass the client_info(caps) on to module and xserver --- xup/xup.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xup/xup.h') 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; }; -- cgit v1.2.1