NeXTWorkstation.st
changeset 24 e810b1be068b
parent 12 9f0995fac1fa
child 69 04d0949dc053
equal deleted inserted replaced
23:4a7e02de7b72 24:e810b1be068b
    28 objc-code here (due to define conflicts with Class, nil ...) we call
    28 objc-code here (due to define conflicts with Class, nil ...) we call
    29 helper functions to do the job; the helpers are in ../librun/NXsupport.c
    29 helper functions to do the job; the helpers are in ../librun/NXsupport.c
    30 
    30 
    31 All non-monochrome stuff is untested (I only have a monochroome station)
    31 All non-monochrome stuff is untested (I only have a monochroome station)
    32 
    32 
    33 $Header: /cvs/stx/stx/libview/NeXTWorkstation.st,v 1.4 1993-12-11 01:31:31 claus Exp $
    33 $Header: /cvs/stx/stx/libview/NeXTWorkstation.st,v 1.5 1994-01-08 17:15:52 claus Exp $
    34 written spring 92 by claus
    34 written spring 92 by claus
    35 '!
    35 '!
    36 
    36 
    37 %{
    37 %{
    38 
    38 
   788     "draw part of a string - draw both foreground and background" 
   788     "draw part of a string - draw both foreground and background" 
   789 
   789 
   790     ^ self primitiveFailed
   790     ^ self primitiveFailed
   791 !
   791 !
   792 
   792 
   793 drawPointX:x y:y in:aDrawableId with:aGCId
   793 displayPointX:x y:y in:aDrawableId with:aGCId
   794     "draw a point" 
   794     "draw a point" 
   795 
   795 
   796     ^ self primitiveFailed
   796     ^ self primitiveFailed
   797 !
   797 !
   798 
   798