diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-04-26 18:55:28 -0700 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-04-26 18:55:28 -0700 |
commit | 58158e6a3bed2044e5bddeaac1b16b88746fe6c1 (patch) | |
tree | 400c439d3a65aa6621ef7f564d4f34396078305b /sesman/chansrv/chansrv_fuse.h | |
parent | c5ebc9ae51b7a0c9a805ecd93055557d64341baf (diff) | |
download | xrdp-proprietary-58158e6a3bed2044e5bddeaac1b16b88746fe6c1.tar.gz xrdp-proprietary-58158e6a3bed2044e5bddeaac1b16b88746fe6c1.zip |
hooked up clipboard code with FUSE
Diffstat (limited to 'sesman/chansrv/chansrv_fuse.h')
-rw-r--r-- | sesman/chansrv/chansrv_fuse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/chansrv/chansrv_fuse.h b/sesman/chansrv/chansrv_fuse.h index e5dbbdc5..de4edc0b 100644 --- a/sesman/chansrv/chansrv_fuse.h +++ b/sesman/chansrv/chansrv_fuse.h @@ -38,6 +38,7 @@ struct xrdp_inode tui32 device_id; /* for file system redirection */ char is_synced; /* dir struct has been read from */ /* remote device, done just once */ + int lindex; /* used in clipboard operations */ }; typedef struct xrdp_inode XRDP_INODE; // LK_TODO use this instead of using struct xrdp_inode |