VirtualBox

Ignore:
Timestamp:
Jun 16, 2011 10:58:27 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72312
Message:

wddm: autoresize fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCm.cpp

    r36867 r37490  
    225225static void vboxVideoCmSessionDestroy(PVBOXVIDEOCM_SESSION pSession)
    226226{
     227    /* signal event so that user-space client can figure out the context is destroyed
     228     * in case the context destroyal is caused by Graphics device reset or miniport driver update */
     229    KeSetEvent(pSession->pUmEvent, 0, FALSE);
    227230    ObDereferenceObject(pSession->pUmEvent);
    228231    Assert(IsListEmpty(&pSession->ContextList));
Note: See TracChangeset for help on using the changeset viewer.

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