Changeset 52463 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- Aug 22, 2014 11:28:45 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95677
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp
r52136 r52463 660 660 if (VBoxQueryDisplayRequest(&xres, &yres, &bpp, &display) && (xres || yres || bpp)) 661 661 { 662 if (display >RT_ELEMENTS(g_CustomVideoModes))662 if (display >= RT_ELEMENTS(g_CustomVideoModes)) 663 663 { 664 664 /*display = RT_ELEMENTS(g_CustomVideoModes) - 1;*/
Note:
See TracChangeset
for help on using the changeset viewer.