Changeset 453 for branches/thune/thread_safe/gl/gx.c
- Timestamp:
- 08/25/07 22:49:09 (15 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/gl/gx.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/gl/gx.c
r442 r453 1345 1345 { 1346 1346 const GLubyte* str; 1347 UIndex binN;1348 1347 1349 1348 UR_CALL_UNUSED_TH 1349 UR_CALL_UNUSED_TOS 1350 1350 1351 1351 str = glGetString( GL_EXTENSIONS ); 1352 binN = ur_makeString( (const char*) str, -1 ); 1353 1354 1352 ur_makeString( ur_s_next(UR_TOS), (const char*) str, -1 ); 1355 1353 UR_S_GROW; 1356 tos = UR_TOS;1357 ur_initType(tos, UT_STRING);1358 ur_setSeries(tos, binN, 0 );1359 1354 } 1360 1355
