mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
libfreerdp-core: added MultiOpaqueRect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user