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:
Armin Novak 2022-01-12 09:27:24 +01:00
parent 569bee2161
commit 2b34d6290a

View File

@ -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 */