From: VMware, Inc <> Date: Tue, 26 Apr 2011 21:22:22 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.04.25-402641~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d57239d9ce27173357d744598ca02ab73d2b2b9f;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h b/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h index a054fbee3..ae5cd92bd 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h @@ -59,7 +59,7 @@ typedef enum { GHI_CAP_SET_HANDLER = 14, // supports setting the handler for types/protocols UNITY_CAP_STATUS_UNITY_ACTIVE = 15, // supports GuestRpc bits for Unity Status GHI_CAP_SET_OUTLOOK_TEMP_FOLDER = 16, // supports setting the Outlook temp folder - // 17 is obsolete, do not use + OBSOLETE_17 = 17, // 17 is obsolete, do not use CAP_SET_TOPO_MODES = 18, // supports setting topology modes in video driver GHI_CAP_TRAY_ICONS = 19, // supports ghi.guest.trayIcon commands GHI_CAP_SET_FOCUSED_WINDOW = 20, // supports ghi.guest.setFocusedWindow @@ -128,6 +128,7 @@ static GuestCapElem guestCapTable[] = { { GHI_CAP_SET_HANDLER, GHI_CAP_VMDB_PATH, "setHandler" }, { UNITY_CAP_STATUS_UNITY_ACTIVE, UNITY_CAP_VMDB_PATH, "unityActive" }, { GHI_CAP_SET_OUTLOOK_TEMP_FOLDER, GHI_CAP_VMDB_PATH, "setOutlookTempFolder" }, + { OBSOLETE_17, NULL, NULL }, { CAP_SET_TOPO_MODES, CAP_VMDB_PATH, "displayTopologyModesSet" }, { GHI_CAP_TRAY_ICONS, GHI_CAP_VMDB_PATH, "trayIcons" }, { GHI_CAP_SET_FOCUSED_WINDOW, GHI_CAP_VMDB_PATH, "setFocusedWindow"}, diff --git a/open-vm-tools/services/plugins/resolutionSet/resolutionSet.c b/open-vm-tools/services/plugins/resolutionSet/resolutionSet.c index 20fee00bc..5f11ea674 100644 --- a/open-vm-tools/services/plugins/resolutionSet/resolutionSet.c +++ b/open-vm-tools/services/plugins/resolutionSet/resolutionSet.c @@ -533,6 +533,7 @@ ToolsOnLoad(ToolsAppCtx *ctx) { "DisplayTopology_Set", &ResolutionDisplayTopologySetCB }, #if defined(RESOLUTION_WIN32) { "DisplayTopologyModes_Set", &ResolutionDisplayTopologyModesSetCB }, + { "ChangeHost3DAvailabilityHint", &ResolutionChangeHost3DAvailabilityHintCB }, #endif };