X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fd3d9types.py;h=41b689036216bed84a3ad47b3e72877e4cb1fef1;hb=2b4fc3f4c1204f190f9b7b264d68912d3a49d80d;hp=279d6d3c08f21bd715643724f49af2b0727a5992;hpb=a6f9409e53015ef67951eea651f9c0b80e954e9a;p=apitrace diff --git a/specs/d3d9types.py b/specs/d3d9types.py index 279d6d3..41b6890 100644 --- a/specs/d3d9types.py +++ b/specs/d3d9types.py @@ -929,7 +929,7 @@ D3DVOLUME_DESC = Struct("D3DVOLUME_DESC", [ D3DLOCKED_RECT = Struct("D3DLOCKED_RECT", [ (INT, "Pitch"), - (LinearPointer(Void, "_LockedSize"), "pBits"), + (LinearPointer(Void, "_MappedSize"), "pBits"), ]) D3DBOX = Struct("D3DBOX", [ @@ -944,7 +944,7 @@ D3DBOX = Struct("D3DBOX", [ D3DLOCKED_BOX = Struct("D3DLOCKED_BOX", [ (INT, "RowPitch"), (INT, "SlicePitch"), - (LinearPointer(Void, "_LockedSize"), "pBits"), + (LinearPointer(Void, "_MappedSize"), "pBits"), ]) D3DRANGE = Struct("D3DRANGE", [