VirtualBox

Ignore:
Timestamp:
Jul 22, 2007 10:43:14 AM (18 years ago)
Author:
vboxsync
Message:

Main/Frontends: Cleaned up IFramebuffer interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r3730 r3761  
    11231123        CHECK_ERROR_RET(display, COMGETTER(Width)(&xRes), rc);
    11241124        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);
    11261126        RTPrintf("Video mode:      %dx%dx%d\n", xRes, yRes, bpp);
    11271127    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette