Moved clipboard hasHugeFileSupport to end of struct

This commit is contained in:
akallabeth 2020-12-04 14:09:28 +01:00
parent 50c09db081
commit 0c96c3a71c

View File

@ -94,7 +94,6 @@ struct _cliprdr_server_context
BOOL streamFileClipEnabled;
BOOL fileClipNoFilePaths;
BOOL canLockClipData;
BOOL hasHugeFileSupport;
psCliprdrOpen Open;
psCliprdrClose Close;
@ -127,6 +126,7 @@ struct _cliprdr_server_context
rdpContext* rdpcontext;
BOOL autoInitializationSequence;
UINT32 lastRequestedFormatId;
BOOL hasHugeFileSupport;
};
#ifdef __cplusplus