From 6f6f0b0c532e5d60280c392385ac6c1bd174c28e Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Wed, 16 Dec 2015 23:21:43 +0100 Subject: [PATCH] Move UnmapButtons settings to stable ABI section The Miscellaneous section is chosen because choosing not to map the buttons is not a property of the input system, but rather an ad-hoc setting to be applied to this session. --- include/freerdp/settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/freerdp/settings.h b/include/freerdp/settings.h index 1de9a9f..d96d352 100644 --- a/include/freerdp/settings.h +++ b/include/freerdp/settings.h @@ -1106,7 +1106,8 @@ struct rdp_settings ALIGN64 BOOL LocalConnection; /* 1602 */ ALIGN64 BOOL AuthenticationOnly; /* 1603 */ ALIGN64 BOOL CredentialsFromStdin; /* 1604 */ - UINT64 padding1664[1664 - 1605]; /* 1605 */ + ALIGN64 BOOL UnmapButtons; /* 1605 */ + UINT64 padding1664[1664 - 1606]; /* 1606 */ /* Names */ ALIGN64 char* ComputerName; /* 1664 */ @@ -1422,7 +1423,6 @@ struct rdp_settings /* * Extensions */ - ALIGN64 BOOL UnmapButtons; /* Extensions */ ALIGN64 int num_extensions; /* */ -- 2.7.4