Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
Bool System_IsUserAdmin(void);
#ifdef _WIN32
-typedef enum AeroStateCommand {
- AeroCommand_Enable,
- AeroCommand_Disable,
-} AeroStateCommand;
-
/*
* Representation of monitors gathered by System_GetMonitors.
*/
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