Changeset 35912 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 9, 2011 12:31:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_client.c
r35195 r35912 597 597 void PACKSPU_APIENTRY packspu_UnlockArraysEXT() 598 598 { 599 GET_CONTEXT(ctx); 600 CRClientState *clientState = &(ctx->clientState->client); 601 602 if (clientState->array.locked && clientState->array.synced) 603 { 604 crPackUnlockArraysEXT(); 605 } 606 599 607 crStateUnlockArraysEXT(); 600 crPackUnlockArraysEXT(); 601 } 608 }
Note:
See TracChangeset
for help on using the changeset viewer.