VirtualBox

Changeset 18769 in vbox for trunk/src


Ignore:
Timestamp:
Apr 6, 2009 2:54:59 PM (16 years ago)
Author:
vboxsync
Message:

Show F12 text white pixels only (save the background).

File:
1 edited

Legend:

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

    r18728 r18769  
    41734173                    c >>= 1;
    41744174
    4175                     *pu8TmpPtr++ = pix * iStep / LOGO_SHOW_STEPS;
    4176                     *pu8TmpPtr++ = pix * iStep / LOGO_SHOW_STEPS;
    4177                     *pu8TmpPtr++ = pix * iStep / LOGO_SHOW_STEPS;
    4178                     *pu8TmpPtr++;
     4175                    if (pix)
     4176                    {
     4177                        *pu8TmpPtr++ = pix * iStep / LOGO_SHOW_STEPS;
     4178                        *pu8TmpPtr++ = pix * iStep / LOGO_SHOW_STEPS;
     4179                        *pu8TmpPtr++ = pix * iStep / LOGO_SHOW_STEPS;
     4180                        *pu8TmpPtr++;
     4181                    }
     4182                    else
     4183                    {
     4184                        pu8TmpPtr += 4;
     4185                    }
    41794186
    41804187                    j = (j + 1) % 8;
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