]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Tue, 28 Jun 2011 17:53:48 +0000 (10:53 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 28 Jun 2011 17:53:48 +0000 (10:53 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/system.h

index 42d3286c75401bba903e5d7becf1feeb20a7007c..3047b3550ce70425ba5c2787e150815d8fd7a8d9 100644 (file)
@@ -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