VirtualBox

Changeset 35849 in vbox


Ignore:
Timestamp:
Feb 4, 2011 12:54:55 PM (14 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxvideo: initialise the VGA bits at the start of every server generation as they are deinitialised at the end of each generation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c

    r35775 r35849  
    948948    pScrn->bitmapBitOrder = BITMAP_BIT_ORDER;
    949949
    950     /* VGA hardware initialisation */
    951     if (!vgaHWGetHWRec(pScrn))
    952         return FALSE;
    953 
    954950    TRACE_EXIT();
    955951    return (TRUE);
     
    991987
    992988    TRACE_ENTRY();
     989
     990    /* VGA hardware initialisation */
     991    if (!vgaHWGetHWRec(pScrn))
     992        return FALSE;
     993
    993994    /* We make use of the X11 VBE code to save and restore text mode, in
    994995       order to keep our code simple. */
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