VirtualBox

Ignore:
Timestamp:
Oct 9, 2013 3:24:26 PM (11 years ago)
Author:
vboxsync
Message:

crOpenGL/win: fix window flashing on VM creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c

    r48356 r49011  
    11731173    else
    11741174    {
     1175#ifdef DEBUG_misha
     1176        crWarning( "Render SPU: Showing the window" );
     1177#else
    11751178        crDebug( "Render SPU: Showing the window" );
     1179#endif
    11761180        crDebug("renderspu_SystemCreateWindow: showwindow: %x", window->hWnd);
    11771181    }
     
    11811185    /* Intel drivers require a window to be visible for proper 3D rendering,
    11821186     * so set it visible and handle the visibility with visible regions (see below) */
    1183     if (window->BltInfo.Base.id)
     1187    if (window->BltInfo.Base.id != CR_RENDER_DEFAULT_WINDOW_ID)
    11841188    {
    11851189        ShowWindow( window->hWnd, SW_SHOWNORMAL );
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