summaryrefslogtreecommitdiffstats
path: root/vnc/vnc.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2015-07-12 01:07:10 -0700
committerJay Sorg <jay.sorg@gmail.com>2015-07-12 01:07:10 -0700
commit527bac06244007d2848eb670ca7f2c54d5f4a0ed (patch)
treefaeae93b7a8102c75e7d4501bfdf7ab1a6522883 /vnc/vnc.h
parentfc1e4c645c00497eff87545d890ce6b136524514 (diff)
downloadxrdp-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.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/vnc/vnc.h b/vnc/vnc.h
index 278341dc..6cd74b0d 100644
--- a/vnc/vnc.h
+++ b/vnc/vnc.h
@@ -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;
};