Changeset 39507 in vbox for trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c
- Timestamp:
- Dec 2, 2011 7:44:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c
r38374 r39507 585 585 { 586 586 packspu_VBoxPackAttachThread(); 587 crStateOnThreadAttachDetach(GL_TRUE); 587 588 break; 588 589 } … … 591 592 { 592 593 packspu_VBoxPackDetachThread(); 594 crStateOnThreadAttachDetach(GL_FALSE); 593 595 break; 594 596 }
Note:
See TracChangeset
for help on using the changeset viewer.