]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 22 Jan 2021 20:25:40 +0000 (12:25 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 22 Jan 2021 20:25:40 +0000 (12:25 -0800)
open-vm-tools/lib/include/ghIntegrationCommon.h

index aa0aca8edbd55db47fa1d30ca9db12a54b28274e..85a270c7a21a4439b7f00d867a7bcf2f6217a18a 100644 (file)
@@ -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.