Fix for FontDbox cut and paste error

Tom Hughes tom at compton.nu
Sun Mar 26 15:52:54 BST 2000


The FontDbox has three SWI definition that are mistakely named with
a ProgInfo prefix, presumably due to a cut and paste error. Attached
is a patch to fix the misnaming.

Tom

-- 
Tom Hughes (tom at compton.nu)
http://www.compton.nu/
...Patch griefs with proverbs.
-------------- next part --------------
Index: FontDbox
===================================================================
RCS file: /home/cvs/riscos/oslib/Source/Toolbox/FontDbox,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 FontDbox
*** FontDbox	2000/02/14 22:36:10	1.1.1.1
--- FontDbox	2000/03/26 14:50:45
***************
*** 75,83 ****
     Error_FontDboxOutOfMessageSpace  = .Bits: 0x80AF31;
  
  SWI
!    ProgInfo_ClassSWI =   (NUMBER 0x82A00*, ABSENT),
!    ProgInfo_PostFilter = (NUMBER 0x82A01*, ABSENT),
!    ProgInfo_PreFilter =  (NUMBER 0x82A02*, ABSENT),
  
     FontDbox_GetWindowId =
     (  NUMBER 0x44EC6,
--- 75,83 ----
     Error_FontDboxOutOfMessageSpace  = .Bits: 0x80AF31;
  
  SWI
!    FontDbox_ClassSWI =   (NUMBER 0x82A00*, ABSENT),
!    FontDbox_PostFilter = (NUMBER 0x82A01*, ABSENT),
!    FontDbox_PreFilter =  (NUMBER 0x82A02*, ABSENT),
  
     FontDbox_GetWindowId =
     (  NUMBER 0x44EC6,


More information about the oslib-team mailing list