VirtualBox

Changeset 22596 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Aug 31, 2009 11:55:29 AM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: fix non updating windows for certain d3d apps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/context.c

    r22496 r22596  
    782782        {
    783783            ERR("Failed to clear current GL context.\n");
     784            /*In case of failure, wglMakeCurrent makes current GLRC not current anyway.*/
     785            TlsSetValue(wined3d_context_tls_idx, NULL);
    784786            return FALSE;
    785787        }
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