summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/server/module/rdp.h')
-rw-r--r--xorg/server/module/rdp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/xorg/server/module/rdp.h b/xorg/server/module/rdp.h
index f90baa1a..7bb2fbc1 100644
--- a/xorg/server/module/rdp.h
+++ b/xorg/server/module/rdp.h
@@ -35,8 +35,12 @@ struct _rdpRec
{
int width;
int height;
+ int depth;
+ int paddedWidthInBytes;
+ int sizeInBytes;
int num_modes;
- char *ptr;
+ int bitsPerPixel;
+ char *pfbMemory;
ScreenPtr pScreen;
rdpDevPrivateKey privateKeyRecGC;
rdpDevPrivateKey privateKeyRecPixmap;