Changeset 32405 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Sep 10, 2010 1:29:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r32402 r32405 380 380 if (uVersion == sSSMDisplayVer2) 381 381 { 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; 384 384 SSMR3GetU32(pSSM, &w); 385 385 SSMR3GetU32(pSSM, &h); 386 that->maFramebuffers[i].w = w; 387 that->maFramebuffers[i].h = h; 386 388 } 387 389 }
Note:
See TracChangeset
for help on using the changeset viewer.