GUACAMOLE-1076: Use proper constants to represent RemoteApp high contrast support flags.

This commit is contained in:
Michael Jumper 2020-06-20 16:09:43 -07:00
parent d5608fb8a2
commit 7598f5a95a

View File

@ -104,7 +104,13 @@ static UINT guac_rdp_rail_complete_handshake(RailClientContext* rail) {
.dragFullWindows = FALSE,
.highContrast = {
.flags = 0x7E,
.flags =
HCF_AVAILABLE
| HCF_CONFIRMHOTKEY
| HCF_HOTKEYACTIVE
| HCF_HOTKEYAVAILABLE
| HCF_HOTKEYSOUND
| HCF_INDICATOR,
.colorScheme = {
.string = NULL,
.length = 0