VirtualBox

Ignore:
Timestamp:
Apr 18, 2023 7:18:34 AM (20 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10407. Renaming DBus related functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r99134 r99435  
    579579    /* Find the methods once and cache them: */
    580580    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);
    583583#elif defined(VBOX_WS_WIN)
    584584    NativeWindowSubsystem::setScreenSaverActive(fDisabled);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette