From: <to...@us...> - 2003-12-29 14:23:14
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib In directory sc8-pr-cvs1:/tmp/cvs-serv29930 Modified Files: Font.swi Log Message: Added R1 to the parameter list for Font_ReadDefn (20031229-4, Christian Ludlam) Index: Font.swi =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib/Font.swi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Font.swi 29 Dec 2003 13:41:23 -0000 1.6 --- Font.swi 29 Dec 2003 14:23:11 -0000 1.7 *************** *** 185,189 **** ( NUMBER 0x40083 "Reads details about a font", ENTRY ! ( R0 = Font_F: font, R3 # 0 ), --- 185,190 ---- ( NUMBER 0x40083 "Reads details about a font", ENTRY ! ( R0 = Font_F: font "Font handle", ! R1 = .Ref .Data: font_id "Buffer to hold font identifier", R3 # 0 ), |