Changeset 24539 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Nov 10, 2009 11:59:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r24490 r24539 666 666 AssertRCReturn(rc, rc); 667 667 668 #if 0669 668 /* uInstance is an arbitrary value greater than 1024. Such a value will ensure a quick seek in saved state file. */ 670 669 rc = SSMR3RegisterExternal(pVM, "DisplayScreenshot", 1100 /*uInstance*/, sSSMDisplayScreenshotVer, 0 /*cbGuess*/, … … 674 673 675 674 AssertRCReturn(rc, rc); 676 #endif677 675 678 676 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.