summaryrefslogtreecommitdiffstats
path: root/xup/xup.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-05-10 20:23:26 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-05-10 20:23:26 -0700
commitfd52c5aa6a41d695cf2cb27c99e66844fa9257eb (patch)
treed86555c0a4a6aabe70dea150c43445ef668969ac /xup/xup.h
parentc935eb19aff769ed22a5ea41a4728253c3f100b9 (diff)
downloadxrdp-proprietary-fd52c5aa6a41d695cf2cb27c99e66844fa9257eb.tar.gz
xrdp-proprietary-fd52c5aa6a41d695cf2cb27c99e66844fa9257eb.zip
rfx: work on rfx
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 5d6ee9c6..ec2957ce 100644
--- a/xup/xup.h
+++ b/xup/xup.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2010
+ Copyright (C) Jay Sorg 2005-2012
libxup main header file
@@ -105,4 +105,5 @@ struct mod
char port[256];
tbus sck_obj;
int shift_state;
+ int rfx;
};