Removes the annoying resizing of the VM guest window. --- vmware-user/vmware-user.cpp.orig 2009-05-05 11:28:19.000000000 +0300 +++ vmware-user/vmware-user.cpp 2009-05-05 11:29:48.000000000 +0300 @@ -58,7 +58,6 @@ #include "guestApp.h" // for ALLOW_TOOLS_IN_FOREIGN_VM #include "unity.h" #include "ghIntegration.h" -#include "resolution.h" #include "vm_atomic.h" #include "hostinfo.h" @@ -185,7 +184,6 @@ Unity_UnregisterCaps(); GHI_Cleanup(); Unity_Cleanup(); - Resolution_Cleanup(); if (gHgfsServerRegistered) { HgfsServerManager_Unregister(gRpcIn, TOOLS_DND_NAME); @@ -461,7 +459,6 @@ } Unity_RegisterCaps(); - Resolution_RegisterCaps(); return RpcIn_SetRetVals(result, resultLen, "", TRUE); } @@ -905,7 +902,6 @@ Unity_Init(confDict, NULL); GHI_Init(NULL, NULL); - Resolution_Init(TOOLS_DND_NAME, gXDisplay); #ifdef USE_NOTIFY if (!Notify_Init(confDict)) { @@ -935,7 +931,6 @@ Unity_InitBackdoor(gRpcIn); GHI_InitBackdoor(gRpcIn); - Resolution_InitBackdoor(gRpcIn); #if !defined(N_PLAT_NLM) && !defined(sun) {