VirtualBox

Changeset 54186 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 12, 2015 9:37:23 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98242
Message:

Additions/x11/VBoxClient: fix remembering the size of additional screens.

File:
1 edited

Legend:

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

    r54018 r54186  
    174174static void updateSizeHintsProperty(struct DISPLAYSTATE *pState)
    175175{
    176     int32_t *paSizeHints = (int32_t *)RTMemTmpAllocZ(pState->cScreensTracked * sizeof(int32_t));
     176    unsigned long *paSizeHints = (unsigned long *)RTMemTmpAllocZ(pState->cScreensTracked * sizeof(unsigned long));
    177177    unsigned i;
    178178
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette