From: <to...@us...> - 2003-12-29 13:41:26
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib In directory sc8-pr-cvs1:/tmp/cvs-serv21262 Modified Files: Font.swi Log Message: Font_ScanString 'block' parameter changed from 'const' to .Ref (20031229-1, J.Tytgat) Index: Font.swi =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib/Font.swi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Font.swi 21 Dec 2002 11:50:31 -0000 1.5 --- Font.swi 29 Dec 2003 13:41:23 -0000 1.6 *************** *** 714,718 **** R3 = .Int: x, R4 = .Int: y, ! R5 -> Font_ScanBlock: block, R6 -> OS_Trfm: trfm, R7 = .Int: length --- 714,719 ---- R3 = .Int: x, R4 = .Int: y, ! // R5 -> Font_ScanBlock: block, // TV 20031229 ! R5 = .Ref Font_ScanBlock: block, R6 -> OS_Trfm: trfm, R7 = .Int: length |