From: VMware, Inc <> Date: Tue, 28 Jun 2011 17:53:48 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.06.27-437995~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1de846c58271aaed22d4fe9e392fe9d802d39a68;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/system.h b/open-vm-tools/lib/include/system.h index 42d3286c7..3047b3550 100644 --- a/open-vm-tools/lib/include/system.h +++ b/open-vm-tools/lib/include/system.h @@ -46,11 +46,6 @@ int System_SetEnv(Bool global, const char *valueName, const char *value); Bool System_IsUserAdmin(void); #ifdef _WIN32 -typedef enum AeroStateCommand { - AeroCommand_Enable, - AeroCommand_Disable, -} AeroStateCommand; - /* * Representation of monitors gathered by System_GetMonitors. */ @@ -83,7 +78,7 @@ Bool System_DisableAndKillScreenSaver(void); DWORD System_GetServiceState(LPCWSTR szServiceName); DblLnkLst_Links *System_GetMonitors(); void System_SetFocusedWindow(HWND windowToFocus, Bool force); -Bool System_SetAeroState(AeroStateCommand command, AeroStateCommand *oldState); +Bool System_EnableDesktopComposition(BOOL enabled); #endif