VirtualBox

Changeset 95840 in vbox


Ignore:
Timestamp:
Jul 26, 2022 8:27:20 PM (2 years ago)
Author:
vboxsync
Message:

Recording/Main: Fixed a regression when loading settings < 1.19: There we use a bitmap instead of a count, so make sure to iterate by the number of configured monitors and use the bitmap for the monitor recording enabled status instead [build fix]. bugref:9286

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r95771 r95840  
    14721472    void readDebugging(const xml::ElementNode &elmDbg, Debugging &dbg);
    14731473    void readAutostart(const xml::ElementNode &elmAutostart, Autostart &autostrt);
    1474     void readRecordingSettings(const xml::ElementNode &elmRecording, RecordingSettings &recording);
     1474    void readRecordingSettings(const xml::ElementNode &elmRecording, uint32_t cMonitors, RecordingSettings &recording);
    14751475    void readGroups(const xml::ElementNode &elmGroups, StringsList &llGroups);
    14761476    bool readSnapshot(const com::Guid &curSnapshotUuid, const xml::ElementNode &elmSnapshot, Snapshot &snap);
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