Changeset 32400 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Sep 10, 2010 12:49:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r32398 r32400 510 510 NULL, displaySSMSave, NULL, 511 511 NULL, displaySSMLoad, NULL, this); 512 AssertRCReturn(rc, rc);513 514 /* Old version for backward compatibility */515 // rc = SSMR3RegisterExternal(pVM, "DisplayData", 0, sSSMDisplayVer,516 // mcMonitors * sizeof(uint32_t) * 3 + sizeof(uint32_t),517 // NULL, NULL, NULL,518 // NULL, NULL, NULL,519 // NULL, displaySSMLoad, NULL, this);520 512 AssertRCReturn(rc, rc); 521 513
Note:
See TracChangeset
for help on using the changeset viewer.