Changeset 99435 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
- Timestamp:
- Apr 18, 2023 7:18:34 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r99134 r99435 579 579 /* Find the methods once and cache them: */ 580 580 if (m_methods.isEmpty()) 581 m_methods = NativeWindowSubsystem:: X11FindDBusScrenSaverInhibitMethods();582 NativeWindowSubsystem:: X11InhibitUninhibitScrenSaver(fDisabled, m_methods);581 m_methods = NativeWindowSubsystem::findDBusScrenSaverInhibitMethods(); 582 NativeWindowSubsystem::toggleHostScrenSaver(fDisabled, m_methods); 583 583 #elif defined(VBOX_WS_WIN) 584 584 NativeWindowSubsystem::setScreenSaverActive(fDisabled);
Note:
See TracChangeset
for help on using the changeset viewer.