Changeset 54661 in vbox for trunk/src/VBox
- Timestamp:
- Mar 5, 2015 10:40:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
r54659 r54661 2914 2914 AssertReturn(pState, VERR_NO_MEMORY); 2915 2915 AssertReturn(cid < SVGA3D_MAX_CONTEXT_IDS, VERR_INVALID_PARAMETER); 2916 NOREF(fOtherProfile);2917 2916 2918 2917 Log(("vmsvga3dContextDefine id %x\n", cid));
Note:
See TracChangeset
for help on using the changeset viewer.