Changeset 32802 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Sep 28, 2010 4:37:04 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66251
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/vbe.c
r28375 r32802 1485 1485 1486 1486 #ifdef VBE_NEW_DYN_LIST 1487 data = in_word(VBE_EXTRA_PORT, &cur_info->mode); 1488 if (data == VBE_VESA_MODE_800X600X4) 1489 #else 1490 if (cur_info->mode == VBE_VESA_MODE_800X600X4) 1487 if (bpp == 4) 1488 #else 1489 if (cur_info->info.BitsPerPixel == 4) 1491 1490 #endif 1492 1491 {
Note:
See TracChangeset
for help on using the changeset viewer.