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/widgets/labelw.c

    r533 r536  
    8585    size->policyY = GW_FIXED; 
    8686 
    87     tf = ug_texFontV( ut, gui_styleCell( CI_STYLE_CONTROL_FONT ) ); 
     87    tf = ur_texFontV( ut, gui_styleCell( CI_STYLE_CONTROL_FONT ) ); 
    8888    if( tf ) 
    8989    { 
     
    128128    { 
    129129        grState.fontN = ur_fontTF(fc); 
    130         ug_compileDrawList( ui->ut, rc, wd->dl[ 0 ] ); 
     130        ur_compileDrawList( ui->ut, rc, wd->dl[ 0 ] ); 
    131131    } 
    132132}