VirtualBox

Ignore:
Timestamp:
Nov 6, 2009 4:24:00 PM (15 years ago)
Author:
vboxsync
Message:

TakeScreenShotSlow corrected comment and API spec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r24459 r24464  
    20742074    if (RT_SUCCESS(vrc))
    20752075    {
    2076         /* Convert pixels to format expected by Python: [0] R, [1] G, [2] B, [3] A. */
     2076        /* Convert pixels to format expected by the API caller: [0] R, [1] G, [2] B, [3] A. */
    20772077        uint8_t *pu8 = pu8Data;
    20782078        unsigned cPixels = width * height;
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