From: <th...@us...> - 2002-11-23 12:13:04
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/docs In directory sc8-pr-cvs1:/tmp/cvs-serv11194/docs Modified Files: ChangeLog Log Message: Various updates to graphics related calls to reflect changes made in Select, including the addition of BlendTable, InverseTable, ConverPNG and ImageRender and the addition of CMYK sprite support. Index: ChangeLog =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/docs/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ChangeLog 20 Nov 2002 19:40:59 -0000 1.14 --- ChangeLog 23 Nov 2002 12:13:00 -0000 1.15 *************** *** 24,27 **** --- 24,30 ---- - Added Reboot and PowerOff flags for TaskManager_Shutdown. (Tom Hughes) - Added WimpTextOp_StringWidthWithFlags. (Tom Hughes) + - Updated to reflect various changed in the graphics system in Select + including the addition of BlendTable, InverseTable, ConvertPNG and + ImageRender and CMYK sprite support. (Tom Hughes) * Bug Fixes: |