Changeset 99950 in vbox
- Timestamp:
- May 24, 2023 10:26:57 AM (17 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r99494 r99950 3573 3573 3574 3574 #if defined(RT_OS_WINDOWS) 3575 uint32_t srcShapePtrScan = data->width * 4;3576 const uint8_t *srcAndMaskPtr = shape;3577 const uint8_t *srcShapePtr = shape + ((andMaskSize + 3) & ~3);3578 uint32_t andMaskSize = (data->width + 7) / 8 * data->height;3579 const uint8_t* shape = data->shape.raw();3580 3575 BITMAPV5HEADER bi; 3581 3576 HBITMAP hBitmap;
Note:
See TracChangeset
for help on using the changeset viewer.

