VirtualBox

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


Ignore:
Timestamp:
Dec 2, 2011 1:41:07 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75190
Message:

*: Use RTLISTANCHOR.

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispCm.cpp

    r38565 r39515  
    2828    HANDLE hEvent;
    2929    CRITICAL_SECTION CritSect;
    30     RTLISTNODE CtxList;
     30    /** List of VBOXWDDMDISP_CONTEXT nodes. */
     31    RTLISTANCHOR CtxList;
    3132    bool bQueryMp;
    3233} VBOXDISPCM_SESSION, *PVBOXDISPCM_SESSION;
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.h

    r39150 r39515  
    170170    PVBOXWDDMDISP_ADAPTER pAdapter;
    171171    IDirect3DDevice9 *pDevice9If;
    172     RTLISTNODE SwapchainList;
     172    RTLISTANCHOR SwapchainList;
    173173    UINT u32IfVersion;
    174174    UINT uRtVersion;
     
    194194
    195195    /* no lock is needed for this since we're guaranteed the per-device calls are not reentrant */
    196     RTLISTNODE DirtyAllocList;
     196    RTLISTANCHOR DirtyAllocList;
    197197
    198198    UINT cRTs;
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