Changeset 37 for trunk/orca/gl

Show
Ignore:
Timestamp:
02/09/06 15:37:17 (3 years ago)
Author:
krobillard
Message:

Added a few member access macros.
Renamed orCTermStr as orTermCStr.

Location:
trunk/orca/gl
Files:
3 modified

Legend:

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

    r33 r37  
    631631    { 
    632632        OString* str = orSTRING(val); 
    633         orCTermStr( str ); 
     633        orTermCStr( str ); 
    634634        TextureResource* tr = gxTexture( orC); 
    635635    } 
     
    10771077    { 
    10781078        OString* str = orSTRING(a1); 
    1079         orCTermStr( str ); 
     1079        orTermCStr( str ); 
    10801080        audioPlayMusic( orStrChars(str,a1) ); 
    10811081    } 
     
    15851585    { 
    15861586        str = orSTRING( a1 ); 
    1587         orCTermStr( str ); 
     1587        orTermCStr( str ); 
    15881588        file = orStrChars( str, a1 ); 
    15891589 
  • trunk/orca/gl/project.r

    r25 r37  
    4141        include_from %glv/unix 
    4242        sources [%glv/unix/glv.c] 
    43         libs_from %/usr/X11R6/lib64 [%X11 %Xxf86vm] 
    44         ;libs_from %/usr/X11R6/lib [%X11 %Xxf86vm] 
     43        ;libs_from %/usr/X11R6/lib64 [%X11 %Xxf86vm] 
     44        libs_from %/usr/X11R6/lib [%X11 %Xxf86vm] 
    4545 
    4646        include_from %/usr/include/freetype2 
  • trunk/orca/gl/ttf_load.c

    r1 r37  
    647647        ++arg; 
    648648        str = orSTRING(arg); 
    649         orCTermStr( str ); 
     649        orTermCStr( str ); 
    650650        codes = orStrChars( str, arg ); 
    651651    } 
     
    676676 
    677677        str = orSTRING(a2); 
    678         orCTermStr( str ); 
     678        orTermCStr( str ); 
    679679        ffile = orStrChars( str, a2 ); 
    680680