Changeset 33263 in vbox
- Timestamp:
- Oct 20, 2010 2:27:32 PM (14 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r33178 r33263 894 894 #ifdef VBOX 895 895 if (val == VBE_DISPI_ID_VBOX_VIDEO) { 896 s->vbe_regs[s->vbe_index] = val; 897 } else if (val == VBE_DISPI_ID_ANYX) { 896 898 s->vbe_regs[s->vbe_index] = val; 897 899 } -
trunk/src/VBox/Devices/Graphics/DevVGA.h
r33177 r33263 99 99 #define VBE_DISPI_ID_HGSMI 0xBE01 100 100 #endif /* VBOX_WITH_HGSMI */ 101 /* Indicates support for unrestricted horizontal resolutions (not multiple of 8). */ 102 #define VBE_DISPI_ID_ANYX 0xBE02 101 103 #endif /* VBOX */ 102 104
Note:
See TracChangeset
for help on using the changeset viewer.