VirtualBox

Ignore:
Timestamp:
Sep 10, 2010 1:29:18 PM (14 years ago)
Author:
vboxsync
Message:

Main: make it right this time

File:
1 edited

Legend:

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

    r32402 r32405  
    380380        if (uVersion == sSSMDisplayVer2)
    381381        {
    382             uint32_t w = (uint32_t)that->maFramebuffers[i].w;
    383             uint32_t h = (uint32_t)that->maFramebuffers[i].h;
     382            uint32_t w;
     383            uint32_t h;
    384384            SSMR3GetU32(pSSM, &w);
    385385            SSMR3GetU32(pSSM, &h);
     386            that->maFramebuffers[i].w = w;
     387            that->maFramebuffers[i].h = h;
    386388        }
    387389    }
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