VirtualBox

Ignore:
Timestamp:
Apr 30, 2008 7:07:41 PM (17 years ago)
Author:
vboxsync
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_13.c

    r8519 r8521  
    749749    /* Set a sane minimum mode size and the maximum allowed by the available VRAM */
    750750    {
     751#if 0
    751752        unsigned maxSize, trySize = 512;
    752753
    753 #if 0
    754754        do {
    755755            maxSize = trySize;
     
    757757        } while (trySize * trySize * pScrn->bitsPerPixel / 8 < pScrn->videoRam * 1024);
    758758#else
    759         maxSize = 32000;
     759        unsigned maxSize = 32000;
    760760#endif
    761761
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