mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[client,common] allow forcing default callbacks
All clients can implement their own callbacks for certificate/credential/smartcard/... but there is a common (default) implementation for all clients. with the new setting FreeRDP_UseCommonStdioCallbacks it is now possible to force these over the client implementation provided ones
This commit is contained in:
@@ -734,6 +734,7 @@ extern "C"
|
||||
#define FreeRDP_UnmapButtons (1605)
|
||||
#define FreeRDP_OldLicenseBehaviour (1606)
|
||||
#define FreeRDP_MouseUseRelativeMove (1607)
|
||||
#define FreeRDP_UseCommonStdioCallbacks (1608)
|
||||
#define FreeRDP_ComputerName (1664)
|
||||
#define FreeRDP_ConnectionFile (1728)
|
||||
#define FreeRDP_AssistanceFile (1729)
|
||||
@@ -1293,7 +1294,8 @@ extern "C"
|
||||
ALIGN64 BOOL UnmapButtons; /* 1605 */
|
||||
ALIGN64 BOOL OldLicenseBehaviour; /* 1606 */
|
||||
ALIGN64 BOOL MouseUseRelativeMove; /* 1607 */
|
||||
UINT64 padding1664[1664 - 1608]; /* 1608 */
|
||||
ALIGN64 BOOL UseCommonStdioCallbacks; /* 1608 */
|
||||
UINT64 padding1664[1664 - 1609]; /* 1609 */
|
||||
|
||||
/* Names */
|
||||
ALIGN64 char* ComputerName; /* 1664 */
|
||||
|
||||
Reference in New Issue
Block a user