Changeset 3761 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jul 22, 2007 10:43:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r3730 r3761 1123 1123 CHECK_ERROR_RET(display, COMGETTER(Width)(&xRes), rc); 1124 1124 CHECK_ERROR_RET(display, COMGETTER(Height)(&yRes), rc); 1125 CHECK_ERROR_RET(display, COMGETTER( ColorDepth)(&bpp), rc);1125 CHECK_ERROR_RET(display, COMGETTER(BitsPerPixel)(&bpp), rc); 1126 1126 RTPrintf("Video mode: %dx%dx%d\n", xRes, yRes, bpp); 1127 1127 }
Note:
See TracChangeset
for help on using the changeset viewer.