Changeset 15665 in vbox
- Timestamp:
- Dec 18, 2008 2:54:12 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r15125 r15665 2460 2460 2461 2461 full_update = 0; 2462 if (!(s->ar_index & 0x20) || (s->sr[0x01] & 0x20)) {2462 if (!(s->ar_index & 0x20)) { 2463 2463 graphic_mode = GMODE_BLANK; 2464 2464 } else {
Note:
See TracChangeset
for help on using the changeset viewer.