Changeset 37 for trunk/orca/gl
- Timestamp:
- 02/09/06 15:37:17 (3 years ago)
- Location:
- trunk/orca/gl
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/gl/gx.c
r33 r37 631 631 { 632 632 OString* str = orSTRING(val); 633 or CTermStr( str );633 orTermCStr( str ); 634 634 TextureResource* tr = gxTexture( orC); 635 635 } … … 1077 1077 { 1078 1078 OString* str = orSTRING(a1); 1079 or CTermStr( str );1079 orTermCStr( str ); 1080 1080 audioPlayMusic( orStrChars(str,a1) ); 1081 1081 } … … 1585 1585 { 1586 1586 str = orSTRING( a1 ); 1587 or CTermStr( str );1587 orTermCStr( str ); 1588 1588 file = orStrChars( str, a1 ); 1589 1589 -
trunk/orca/gl/project.r
r25 r37 41 41 include_from %glv/unix 42 42 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] 45 45 46 46 include_from %/usr/include/freetype2 -
trunk/orca/gl/ttf_load.c
r1 r37 647 647 ++arg; 648 648 str = orSTRING(arg); 649 or CTermStr( str );649 orTermCStr( str ); 650 650 codes = orStrChars( str, arg ); 651 651 } … … 676 676 677 677 str = orSTRING(a2); 678 or CTermStr( str );678 orTermCStr( str ); 679 679 ffile = orStrChars( str, a2 ); 680 680
