Changeset 8521 in vbox for trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_13.c
- Timestamp:
- Apr 30, 2008 7:07:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_13.c
r8519 r8521 749 749 /* Set a sane minimum mode size and the maximum allowed by the available VRAM */ 750 750 { 751 #if 0 751 752 unsigned maxSize, trySize = 512; 752 753 753 #if 0754 754 do { 755 755 maxSize = trySize; … … 757 757 } while (trySize * trySize * pScrn->bitsPerPixel / 8 < pScrn->videoRam * 1024); 758 758 #else 759 maxSize = 32000;759 unsigned maxSize = 32000; 760 760 #endif 761 761
Note:
See TracChangeset
for help on using the changeset viewer.