Changeset 536 for trunk/thune/gl/gx.c
- Timestamp:
- 06/06/08 18:55:03 (6 months ago)
- Files:
-
- 1 modified
-
trunk/thune/gl/gx.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gl/gx.c
r533 r536 54 54 55 55 56 TexFont* u g_texFontV( UThread* ut, const UCell* cell )56 TexFont* ur_texFontV( UThread* ut, const UCell* cell ) 57 57 { 58 58 if( ur_is(cell, UT_FONT) ) … … 273 273 if( ur_stringSlice( ut, tos, &cpA, &cpB ) ) 274 274 { 275 tf = u g_texFontV( ut, res );275 tf = ur_texFontV( ut, res ); 276 276 if( tf ) 277 277 {
