MCPcopy Create free account
hub / github.com/deskflow/deskflow / enableSleep

Method enableSleep

src/lib/platform/MSWindowsPowerManager.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void MSWindowsPowerManager::enableSleep()
23{
24 // allow the system to enter power saving mode
25 ArchMiscWindows::removeBusyState(ArchMiscWindows::kSYSTEM);
26 ArchMiscWindows::removeBusyState(ArchMiscWindows::kDISPLAY);
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected