VirtualBox

Ignore:
Timestamp:
Jul 7, 2017 6:27:41 PM (8 years ago)
Author:
vboxsync
Message:

Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r67865 r67866  
    19311931            ch_attr = *(uint16_t *)src;
    19321932            /* Figure out if character needs redrawing due to blink state change. */
    1933             blink_do_redraw = blink_enabled && chr_blink_flip && (ch_attr & 0x80);
     1933            blink_do_redraw = blink_enabled && chr_blink_flip && (ch_attr & 0x8000);
    19341934            if (full_update || ch_attr != (int)*ch_attr_ptr || blink_do_redraw || (src == cursor_ptr && cur_blink_flip)) {
    19351935                if (cx < cx_min)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette