diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-05-10 20:23:26 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-05-10 20:23:26 -0700 |
commit | fd52c5aa6a41d695cf2cb27c99e66844fa9257eb (patch) | |
tree | d86555c0a4a6aabe70dea150c43445ef668969ac /xup/xup.h | |
parent | c935eb19aff769ed22a5ea41a4728253c3f100b9 (diff) | |
download | xrdp-proprietary-fd52c5aa6a41d695cf2cb27c99e66844fa9257eb.tar.gz xrdp-proprietary-fd52c5aa6a41d695cf2cb27c99e66844fa9257eb.zip |
rfx: work on rfx
Diffstat (limited to 'xup/xup.h')
-rw-r--r-- | xup/xup.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; }; |