VirtualBox

Changeset 46828 in vbox


Ignore:
Timestamp:
Jun 27, 2013 11:32:19 AM (12 years ago)
Author:
vboxsync
Message:

Main/VPX: give all screens the same timestamp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r46826 r46828  
    27232723    hrc = pMachine->COMGETTER(VideoCaptureFile)(&strFile);
    27242724    AssertComRCReturn(hrc, VERR_COM_UNEXPECTED);
     2725    RTTIMESPEC ts;
     2726    RTTimeNow(&ts);
     2727    RTTIME time;
     2728    RTTimeExplode(&time, &ts);
    27252729    for (unsigned uScreen = 0; uScreen < mcMonitors; uScreen++)
    27262730    {
     
    27512755                pszName = NULL;
    27522756
    2753                 static RTTIMESPEC ts = { 0 };
    2754                 RTTimeNow(&ts);
    2755                 RTTIME time;
    2756                 RTTimeExplode(&time, &ts);
    27572757                if (mcMonitors > 1)
    27582758                    rc = RTStrAPrintf(&pszName, "%s-%04d-%02u-%02uT%02u-%02u-%02u-%09uZ-%u%s",
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