GUACAMOLE-1076: Use proper constants to represent RemoteApp high contrast support flags.
This commit is contained in:
parent
d5608fb8a2
commit
7598f5a95a
@ -104,7 +104,13 @@ static UINT guac_rdp_rail_complete_handshake(RailClientContext* rail) {
|
|||||||
.dragFullWindows = FALSE,
|
.dragFullWindows = FALSE,
|
||||||
|
|
||||||
.highContrast = {
|
.highContrast = {
|
||||||
.flags = 0x7E,
|
.flags =
|
||||||
|
HCF_AVAILABLE
|
||||||
|
| HCF_CONFIRMHOTKEY
|
||||||
|
| HCF_HOTKEYACTIVE
|
||||||
|
| HCF_HOTKEYAVAILABLE
|
||||||
|
| HCF_HOTKEYSOUND
|
||||||
|
| HCF_INDICATOR,
|
||||||
.colorScheme = {
|
.colorScheme = {
|
||||||
.string = NULL,
|
.string = NULL,
|
||||||
.length = 0
|
.length = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user