[api,doc] due to new functions next version is 3.15.0

This commit is contained in:
akallabeth
2025-04-10 09:11:56 +02:00
parent 7f5a3bc352
commit 710421abdd
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 */