Changeset 536 for trunk/thune/gl/gx.c

Show
Ignore:
Timestamp:
06/06/08 18:55:03 (6 months ago)
Author:
krobillard
Message:

Public headers now live in thune/ subdirectory.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gl/gx.c

    r533 r536  
    5454 
    5555 
    56 TexFont* ug_texFontV( UThread* ut, const UCell* cell ) 
     56TexFont* ur_texFontV( UThread* ut, const UCell* cell ) 
    5757{ 
    5858    if( ur_is(cell, UT_FONT) ) 
     
    273273    if( ur_stringSlice( ut, tos, &cpA, &cpB ) ) 
    274274    { 
    275         tf = ug_texFontV( ut, res ); 
     275        tf = ur_texFontV( ut, res ); 
    276276        if( tf ) 
    277277        {