diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2015-07-12 01:07:10 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2015-07-12 01:07:10 -0700 |
commit | 527bac06244007d2848eb670ca7f2c54d5f4a0ed (patch) | |
tree | faeae93b7a8102c75e7d4501bfdf7ab1a6522883 /vnc/vnc.h | |
parent | fc1e4c645c00497eff87545d890ce6b136524514 (diff) | |
download | xrdp-proprietary-527bac06244007d2848eb670ca7f2c54d5f4a0ed.tar.gz xrdp-proprietary-527bac06244007d2848eb670ca7f2c54d5f4a0ed.zip |
move libvnc to trans for io
Diffstat (limited to 'vnc/vnc.h')
-rw-r--r-- | vnc/vnc.h | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,7 +1,7 @@ /** * xrdp: A Remote Desktop Protocol server. * - * Copyright (C) Jay Sorg 2004-2013 + * Copyright (C) Jay Sorg 2004-2015 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -94,7 +94,6 @@ struct vnc tintptr painter; tintptr si; /* mod data */ - int sck; int server_width; int server_height; int server_bpp; @@ -113,8 +112,7 @@ struct vnc int shift_state; /* 0 up, 1 down */ int keylayout; int clip_chanid; - char* clip_data; - int clip_data_size; - tbus sck_obj; + struct stream *clip_data_s; int delay_ms; + struct trans *trans; }; |