mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[settings] Added SurfaceCommandsSupported setting
This commit is contained in:
@@ -63,6 +63,11 @@ extern "C"
|
||||
* application context)
|
||||
*/
|
||||
|
||||
/* Surface Commands Flags */
|
||||
#define SURFCMDS_SET_SURFACE_BITS 0x00000002
|
||||
#define SURFCMDS_FRAME_MARKER 0x00000010
|
||||
#define SURFCMDS_STREAM_SURFACE_BITS 0x00000040
|
||||
|
||||
/* RAIL Support Level */
|
||||
#define RAIL_LEVEL_SUPPORTED 0x00000001
|
||||
#define RAIL_LEVEL_DOCKED_LANGBAR_SUPPORTED 0x00000002
|
||||
|
||||
@@ -650,7 +650,8 @@ struct rdp_settings
|
||||
SETTINGS_DEPRECATED(ALIGN64 BOOL SurfaceCommandsEnabled); /* 3520 */
|
||||
SETTINGS_DEPRECATED(ALIGN64 BOOL FrameMarkerCommandEnabled); /* 3521 */
|
||||
SETTINGS_DEPRECATED(ALIGN64 BOOL SurfaceFrameMarkerEnabled); /* 3522 */
|
||||
UINT64 padding3584[3584 - 3523]; /* 3523 */
|
||||
SETTINGS_DEPRECATED(ALIGN64 UINT32 SurfaceCommandsSupported); /* 3523 */
|
||||
UINT64 padding3584[3584 - 3524]; /* 3524 */
|
||||
UINT64 padding3648[3648 - 3584]; /* 3584 */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user