VirtualBox

Changeset 99950 in vbox for trunk


Ignore:
Timestamp:
May 24, 2023 10:26:57 AM (16 months ago)
Author:
vboxsync
Message:

FE/SDL: Windows build fix. ​bugref:9449

File:
1 edited

Legend:

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

    r99494 r99950  
    35733573
    35743574#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();
    35803575        BITMAPV5HEADER bi;
    35813576        HBITMAP hBitmap;
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