summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-vm-tools/lib/include/vmware/guestrpc/capabilities.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h b/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h
index 98dae47d..07f4d89b 100644
--- a/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h
+++ b/open-vm-tools/lib/include/vmware/guestrpc/capabilities.h
@@ -73,6 +73,7 @@ typedef enum {
HGFSU_CAP_MIRROR_DOWNLOADS = 28, // supports remapping GOS Downloads to HGFS
HGFSU_CAP_MIRROR_MOVIES = 29, // supports remapping GOS Movies to HGFS
GHI_CAP_TOGGLE_START_UI = 30, // supports showing/hiding the Start UI
+ GHI_CAP_SET_DISPLAY_SCALING = 31, // supports setting the display scaling (DPI)
} GuestCapabilities;
typedef struct {
@@ -145,6 +146,7 @@ static GuestCapElem guestCapTable[] = {
{ HGFSU_CAP_MIRROR_DOWNLOADS, HGFSU_CAP_VMDB_PATH, "mirrorDownloads" },
{ HGFSU_CAP_MIRROR_MOVIES, HGFSU_CAP_VMDB_PATH, "mirrorMovies" },
{ GHI_CAP_TOGGLE_START_UI, GHI_CAP_VMDB_PATH, "toggleStartUI"},
+ { GHI_CAP_SET_DISPLAY_SCALING, GHI_CAP_VMDB_PATH, "setDisplayScaling"},
};
#endif // VM_NEED_VMDB_GUEST_CAP_MAPPING