Changeset 20842 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Jun 23, 2009 2:48:10 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48981
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r20627 r20842 1743 1743 /* we've not found the image */ 1744 1744 RTPrintf("Adding hard disk '%S'...\n", hdaFile); 1745 virtualBox->OpenHardDisk(hdaFileBstr, AccessMode_ReadWrite, hardDisk.asOutParam());1745 virtualBox->OpenHardDisk(hdaFileBstr, AccessMode_ReadWrite, false, Bstr(""), false, Bstr(""), hardDisk.asOutParam()); 1746 1746 } 1747 1747 /* do we have the right image now? */ … … 2452 2452 } 2453 2453 } 2454 #else 2454 #else 2455 2455 case SDL_VIDEOEXPOSE: 2456 2456 { … … 2972 2972 2973 2973 for (unsigned i = 0; i < gcMonitors; i++) 2974 { 2974 { 2975 2975 if (gpFramebuffer[i]) 2976 2976 {
Note:
See TracChangeset
for help on using the changeset viewer.