Changeset 24464 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Nov 6, 2009 4:24:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r24459 r24464 2074 2074 if (RT_SUCCESS(vrc)) 2075 2075 { 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. */ 2077 2077 uint8_t *pu8 = pu8Data; 2078 2078 unsigned cPixels = width * height;
Note:
See TracChangeset
for help on using the changeset viewer.