libfreerdp-core: added MultiOpaqueRect

This commit is contained in:
Marc-André Moreau
2011-08-03 17:09:12 -04:00
parent 87b48855da
commit 38e2a2fc47
4 changed files with 78 additions and 11 deletions

View File

@@ -177,6 +177,14 @@ typedef struct
uint8* codeDeltaList;
} MULTI_SCRBLT_ORDER;
typedef struct
{
sint16 left;
sint16 top;
sint16 right;
sint16 bottom;
} DELTA_RECT;
typedef struct
{
sint16 nLeftRect;
@@ -184,8 +192,8 @@ typedef struct
sint16 nWidth;
sint16 nHeight;
uint32 color;
uint8 nDeltaEntries;
uint8* codeDeltaList;
uint8 numRectangles;
DELTA_RECT rectangles[45];
} MULTI_OPAQUE_RECT_ORDER;
typedef struct