Changeset 11563 in vbox for trunk/src/VBox/Additions/common/VBoxControl
- Timestamp:
- Aug 21, 2008 11:13:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r11114 r11563 533 533 xres &= ~0x7; 534 534 535 RTPrintf("Setting resolution of display %d to %dx%dx%d ...", scr, xres, yres, bpp); 535 536 ResizeDisplayDevice(scr, xres, yres, bpp); 536 } 537 } 537 RTPrintf("done.\n"); 538 } 539 else VBoxControlError("Error retrieving API for display change!"); 540 } 541 else VBoxControlError("Error retrieving handle to user32.dll!"); 542 538 543 return 0; 539 544 } … … 858 863 RegCloseKey(hkeyVideo); 859 864 } 865 866 return 0; 860 867 } 861 868
Note:
See TracChangeset
for help on using the changeset viewer.