- Timestamp:
- Oct 23, 2013 4:43:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_context.c
r48999 r49260 193 193 int writeback = 1; 194 194 GLint serverCtx = (GLint) -1; 195 int slot;196 195 197 196 CRASSERT(!curThread == !curPacker); … … 210 209 { 211 210 crError("connection should be specified!"); 212 return -1;211 return; 213 212 } 214 213 thread = GET_THREAD_VAL_ID(con);
Note:
See TracChangeset
for help on using the changeset viewer.