[settings] add HasQoeEvent

This commit is contained in:
akallabeth
2023-10-12 13:54:53 +02:00
committed by akallabeth
parent 910e3b9fb4
commit 1f7bc15bb1
6 changed files with 30 additions and 2 deletions

View File

@@ -859,6 +859,7 @@ extern "C"
#define FreeRDP_SuspendInput (2636)
#define FreeRDP_KeyboardPipeName (2637)
#define FreeRDP_HasRelativeMouseEvent (2638)
#define FreeRDP_HasQoeEvent (2639)
#define FreeRDP_BrushSupportLevel (2688)
#define FreeRDP_GlyphSupportLevel (2752)
#define FreeRDP_GlyphCache (2753)
@@ -1490,7 +1491,8 @@ extern "C"
ALIGN64 BOOL SuspendInput; /* 2636 */
ALIGN64 char* KeyboardPipeName; /* 2637 */
ALIGN64 BOOL HasRelativeMouseEvent; /* 2638 */
UINT64 padding2688[2688 - 2639]; /* 2639 */
ALIGN64 BOOL HasQoeEvent; /* 2639 */
UINT64 padding2688[2688 - 2640]; /* 2640 */
/* Brush Capabilities */
ALIGN64 UINT32 BrushSupportLevel; /* 2688 */