VirtualBox

Ignore:
Timestamp:
Feb 13, 2015 9:01:16 AM (10 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: fix r98242 (for correctness).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display.cpp

    r54186 r54192  
    174174static void updateSizeHintsProperty(struct DISPLAYSTATE *pState)
    175175{
    176     unsigned long *paSizeHints = (unsigned long *)RTMemTmpAllocZ(pState->cScreensTracked * sizeof(unsigned long));
     176    long *paSizeHints = (long *)RTMemTmpAllocZ(pState->cScreensTracked * sizeof(long));
    177177    unsigned i;
    178178
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