Skip to content

Commit

Permalink
Moved clipboard hasHugeFileSupport to end of struct
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Dec 4, 2020
1 parent 50c09db commit 0c96c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/freerdp/server/cliprdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ struct _cliprdr_server_context
BOOL streamFileClipEnabled;
BOOL fileClipNoFilePaths;
BOOL canLockClipData;
BOOL hasHugeFileSupport;

psCliprdrOpen Open;
psCliprdrClose Close;
Expand Down Expand Up @@ -127,6 +126,7 @@ struct _cliprdr_server_context
rdpContext* rdpcontext;
BOOL autoInitializationSequence;
UINT32 lastRequestedFormatId;
BOOL hasHugeFileSupport;
};

#ifdef __cplusplus
Expand Down

0 comments on commit 0c96c3a

Please sign in to comment.