VirtualBox

Changeset 66572 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Apr 14, 2017 12:59:34 PM (8 years ago)
Author:
vboxsync
Message:

3D: WDDM: Corrected sequence of handles assignment, bugref:8777

File:
1 edited

Legend:

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

    r66539 r66572  
    23892389        return STATUS_NO_MEMORY;
    23902390    }
     2391
     2392    pDevice->pAdapter = pDevExt;
     2393    pDevice->hDevice = pCreateDevice->hDevice;
     2394
    23912395    pCreateDevice->hDevice = pDevice;
    23922396    if (pCreateDevice->Flags.SystemDevice)
    23932397        pDevice->enmType = VBOXWDDM_DEVICE_TYPE_SYSTEM;
    23942398
    2395     pDevice->pAdapter = pDevExt;
    2396     pDevice->hDevice = pCreateDevice->hDevice;
    2397 
    2398     pCreateDevice->hDevice = pDevice;
    23992399    pCreateDevice->pInfo = NULL;
    24002400
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