diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2010-11-25 22:48:26 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2010-11-25 22:48:26 -0800 |
commit | 4530ef248f3c8619fc5dced76e1149699d6eb9de (patch) | |
tree | d686f0bb1cdb0ab82f3608640f8d8db88761496e /freerdp/xrdp-freerdp.h | |
parent | dd6a0988b78ef7846ab2a09a7bc4cca19576ac4b (diff) | |
download | xrdp-proprietary-4530ef248f3c8619fc5dced76e1149699d6eb9de.tar.gz xrdp-proprietary-4530ef248f3c8619fc5dced76e1149699d6eb9de.zip |
work on freerdp
Diffstat (limited to 'freerdp/xrdp-freerdp.h')
-rw-r--r-- | freerdp/xrdp-freerdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/freerdp/xrdp-freerdp.h b/freerdp/xrdp-freerdp.h index afcafc4a..c6628056 100644 --- a/freerdp/xrdp-freerdp.h +++ b/freerdp/xrdp-freerdp.h @@ -97,4 +97,6 @@ struct mod int width; int height; int bpp; + struct rdp_set* settings; + struct rdp_inst* inst; }; |