From: <th...@us...> - 2003-06-29 09:21:43
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib In directory sc8-pr-cvs1:/tmp/cvs-serv32281/Source/User/oslib Modified Files: WimpExtend.swi Log Message: Fix in/out argument name conflict for WimpExtend_GetSpriteAddress. Index: WimpExtend.swi =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib/WimpExtend.swi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WimpExtend.swi 28 Jun 2003 22:55:12 -0000 1.3 --- WimpExtend.swi 29 Jun 2003 09:21:40 -0000 1.4 *************** *** 78,82 **** ( R0 # 13 "Lookup a sprite using the same algorithm as the Window Manager - RISC O S Select", ! R1 -> OSSpriteOp_Area: area, R2 -> .Char: sprite_name ), --- 78,82 ---- ( R0 # 13 "Lookup a sprite using the same algorithm as the Window Manager - RISC O S Select", ! R1 -> OSSpriteOp_Area: sprite_area, R2 -> .Char: sprite_name ), |