VirtualBox

Ignore:
Timestamp:
Jan 31, 2007 4:14:04 PM (18 years ago)
Author:
vboxsync
Message:

Main/Frontends: Changed all interface attributes and method parameters that used to use ULONG to pass pointers around; they now use BYTE * for this purpose (should fix problems for 64-bit targets).

File:
1 edited

Legend:

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

    r458 r470  
    387387
    388388    STDMETHOD(OnMousePointerShapeChange) (BOOL visible, BOOL alpha, ULONG xHot, ULONG yHot,
    389                                           ULONG width, ULONG height, ULONG shape)
     389                                          ULONG width, ULONG height, BYTE *shape)
    390390    {
    391391        PointerShapeChangeData *data;
    392392        data = new PointerShapeChangeData (visible, alpha, xHot, yHot, width, height,
    393                                            (const uint8_t *) shape);
     393                                           shape);
    394394        Assert (data);
    395395        if (!data)
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