VirtualBox

Changeset 75255 in vbox for trunk/src


Ignore:
Timestamp:
Nov 5, 2018 6:43:22 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126357
Message:

Capturing: Build fix.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r75251 r75255  
    29752975
    29762976                        if (cMonitors > saCaptureScreenScreens.size()) /* Paranoia. */
    2977                             cMonitors = saCaptureScreenScreens.size();
     2977                            cMonitors = (ULONG)saCaptureScreenScreens.size();
    29782978
    29792979                        for (size_t i = 0; i < cMonitors; ++i)
  • trunk/src/VBox/Main/src-client/VideoRecStream.cpp

    r75254 r75255  
    753753    if (RT_SUCCESS(rc))
    754754    {
    755         this->pCtx      = pCtx;
    756         this->fEnabled  = true;
    757         this->uScreenID = uScreen;
    758         this->tsStartMs = RTTimeMilliTS();
    759         this->ScreenSettings  = Settings;
     755        this->fEnabled       = true;
     756        this->uScreenID      = uScreen;
     757        this->tsStartMs      = RTTimeMilliTS();
     758        this->ScreenSettings = Settings;
    760759    }
    761760    else
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