API: Move offsetOrders to end of struct rdp_update:
It is not officially part of the stable API zone, but just be sure nothing breaks
This commit is contained in:
parent
569bee2161
commit
2b34d6290a
@ -254,7 +254,6 @@ struct rdp_update
|
||||
|
||||
wStream* us;
|
||||
UINT16 numberOrders;
|
||||
size_t offsetOrders; /* the offset to patch numberOrders in the stream */
|
||||
BOOL combineUpdates;
|
||||
rdpBounds currentBounds;
|
||||
rdpBounds previousBounds;
|
||||
@ -264,6 +263,7 @@ struct rdp_update
|
||||
* fills BITMAP_DATA struct members: flags, cbCompMainBodySize and cbCompFirstRowSize.
|
||||
*/
|
||||
BOOL autoCalculateBitmapData;
|
||||
size_t offsetOrders; /* the offset to patch numberOrders in the stream */
|
||||
};
|
||||
|
||||
#endif /* FREERDP_UPDATE_H */
|
||||
|
Loading…
Reference in New Issue
Block a user