summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-07-17 01:22:59 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-07-17 01:22:59 -0700
commita8c42c51c111f5e9e62e8aaf493258feb2183aec (patch)
tree68ae05ddce3a868041e6c77e452fcf854a98813c /xorg/server/module/rdp.h
parente7741d040c62259932f28286acfad6dd908d95ea (diff)
downloadxrdp-proprietary-a8c42c51c111f5e9e62e8aaf493258feb2183aec.tar.gz
xrdp-proprietary-a8c42c51c111f5e9e62e8aaf493258feb2183aec.zip
xorg driver, work on randr
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;