Changeset 22793 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Sep 5, 2009 1:29:24 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r22480 r22793 130 130 131 131 DECLCALLBACK(int) 132 Display::displaySSMLoad(PSSMHANDLE pSSM, void *pvUser, uint32_t uVersion, uint32_t uP hase)132 Display::displaySSMLoad(PSSMHANDLE pSSM, void *pvUser, uint32_t uVersion, uint32_t uPass) 133 133 { 134 134 Display *that = static_cast<Display*>(pvUser); … … 136 136 if (uVersion != sSSMDisplayVer) 137 137 return VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION; 138 Assert(uPass == SSM_PASS_FINAL); NOREF(uPass); 138 139 139 140 uint32_t cMonitors;
Note:
See TracChangeset
for help on using the changeset viewer.