Skip to content

Commit

Permalink
Merge pull request FreeRDP#6637 from akallabeth/api_compat
Browse files Browse the repository at this point in the history
Moved clipboard hasHugeFileSupport to end of struct
  • Loading branch information
bmiklautz authored Dec 4, 2020
2 parents 7bec71a + 0c96c3a commit 42083c5
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 42083c5

Please sign in to comment.