From: John Wolfe Date: Fri, 22 Jan 2021 20:25:40 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba3483f293b56d696b962f691fa66fd888cc2964;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/ghIntegrationCommon.h b/open-vm-tools/lib/include/ghIntegrationCommon.h index aa0aca8ed..85a270c7a 100644 --- a/open-vm-tools/lib/include/ghIntegrationCommon.h +++ b/open-vm-tools/lib/include/ghIntegrationCommon.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2008-2020 VMware, Inc. All rights reserved. + * Copyright (C) 2008-2021 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -119,7 +119,9 @@ typedef uint32 GHIGuestToHostMessageType; /* * UI->MKS Messages over GHI_CHANNEL_VIEW_REMOTE_RDE_COMMON. */ -#define GHI_RDE_COMMON_GENERIC_CMD "ghi.rde.generic" +#define GHI_RDE_COMMON_GENERIC_CMD "ghi.rde.generic" +#define GHI_RDE_COMMON_SET_IME_ENABLED_CMD "ghi.rde.set.ime.enabled" +#define GHI_RDE_COMMON_SET_IME_HOST_KEYS_CMD "ghi.rde.set.ime.host.keys" /* * MKS->UI messages over GHI_CHANNEL_VIEW_REMOTE_RDE_COMMON.