summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/rdp/rdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-08-18 22:36:18 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-08-18 22:36:18 -0700
commitd96d8aa5ad2e6d25f91ace456987bd494154a9ca (patch)
tree4829b6322c1aac20f04f145d5e90db93790318a0 /xorg/X11R7.6/rdp/rdp.h
parente602a28d5c7548ec0a6f5a7a3b217ecd43c29eac (diff)
downloadxrdp-proprietary-d96d8aa5ad2e6d25f91ace456987bd494154a9ca.tar.gz
xrdp-proprietary-d96d8aa5ad2e6d25f91ace456987bd494154a9ca.zip
xup: add shared memory option for X11rdp and xrdp
Diffstat (limited to 'xorg/X11R7.6/rdp/rdp.h')
-rw-r--r--xorg/X11R7.6/rdp/rdp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/X11R7.6/rdp/rdp.h b/xorg/X11R7.6/rdp/rdp.h
index 6fd7c38a..8eae5b3e 100644
--- a/xorg/X11R7.6/rdp/rdp.h
+++ b/xorg/X11R7.6/rdp/rdp.h
@@ -103,6 +103,10 @@ struct image_data
int Bpp;
int lineBytes;
char* pixels;
+ char* shmem_pixels;
+ int shmem_id;
+ int shmem_offset;
+ int shmem_lineBytes;
};
/* Per-screen (framebuffer) structure. There is only one of these, since we