mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[api,doc] due to new functions next version is 3.15.0
This commit is contained in:
@@ -179,7 +179,7 @@ extern "C"
|
||||
|
||||
size_t maxClientsConnected;
|
||||
BOOL SupportMultiRectBitmapUpdates; /** @since version 3.13.0 */
|
||||
BOOL ShowMouseCursor; /** @since version 3.14.2 */
|
||||
BOOL ShowMouseCursor; /** @since version 3.15.0 */
|
||||
};
|
||||
|
||||
struct rdp_shadow_surface
|
||||
|
||||
@@ -342,9 +342,9 @@ extern "C"
|
||||
CLIPRDR_FLAG_REMOTE_TO_LOCAL | CLIPRDR_FLAG_REMOTE_TO_LOCAL_FILES)
|
||||
|
||||
/* Commandline helper defines */
|
||||
#define FREERDP_MONITOR_OVERRIDE_ORIENTATION (1 << 0) /** @since version 3.14.2 */
|
||||
#define FREERDP_MONITOR_OVERRIDE_DESKTOP_SCALE (1 << 1) /** @since version 3.14.2 */
|
||||
#define FREERDP_MONITOR_OVERRIDE_DEVICE_SCALE (1 << 2) /** @since version 3.14.2 */
|
||||
#define FREERDP_MONITOR_OVERRIDE_ORIENTATION (1 << 0) /** @since version 3.15.0 */
|
||||
#define FREERDP_MONITOR_OVERRIDE_DESKTOP_SCALE (1 << 1) /** @since version 3.15.0 */
|
||||
#define FREERDP_MONITOR_OVERRIDE_DEVICE_SCALE (1 << 2) /** @since version 3.15.0 */
|
||||
|
||||
/* ARC_CS_PRIVATE_PACKET */
|
||||
typedef struct
|
||||
|
||||
@@ -116,7 +116,7 @@ struct rdp_settings
|
||||
SETTINGS_DEPRECATED(ALIGN64 BOOL SupportSkipChannelJoin); /* 152 */
|
||||
SETTINGS_DEPRECATED(ALIGN64 UINT16 SupportedColorDepths); /* 153 */
|
||||
SETTINGS_DEPRECATED(ALIGN64 UINT64 MonitorOverrideFlags); /** 154
|
||||
* @since version 3.14.2
|
||||
* @since version 3.15.0
|
||||
*/
|
||||
UINT64 padding0192[192 - 155]; /* 155 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user