NXWorkst.st
changeset 193 3abcc2ee1641
parent 157 891eff44c2e7
child 255 953a18706dfc
--- a/NXWorkst.st	Thu Sep 21 13:40:25 1995 +0200
+++ b/NXWorkst.st	Mon Oct 23 18:00:19 1995 +0100
@@ -30,16 +30,24 @@
 
 All non-monochrome stuff is untested (I only have a monochroome station)
 
-$Header: /cvs/stx/stx/libview/Attic/NXWorkst.st,v 1.11 1995-07-23 02:27:49 claus Exp $
+$Header: /cvs/stx/stx/libview/Attic/NXWorkst.st,v 1.12 1995-10-23 16:59:17 cg Exp $
 written spring 92 by claus
 '!
 
+!NeXTWorkstation primitiveDefinitions!
+
 %{
 
 #include <stdio.h>
 #include <dpsclient/wraps.h>
 #include <dpsclient/psops.h>
 
+%}
+! !
+
+!NeXTWorkstation primitiveFunctions!
+
+%{
 /*
  * cannot include objc stuff - too many name conflicts
  */
@@ -62,6 +70,7 @@
 }
 
 %}
+! !
 
 !NeXTWorkstation class methodsFor:'initialization'!