documentation
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 18:40:35 +0200
changeset 614 1b1c0d7c9266
parent 613 c12586985dcd
child 615 59b046c2e44f
documentation
DevWorkst.st
DeviceWorkstation.st
GLXWorkstat.st
GLXWorkstation.st
--- a/DevWorkst.st	Thu Apr 25 18:37:48 1996 +0200
+++ b/DevWorkst.st	Thu Apr 25 18:40:35 1996 +0200
@@ -112,6 +112,9 @@
         WindowSensor WindowGroup WindowEvent
         ProcessorScheduler
         PSMedium
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -4062,6 +4065,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/DevWorkst.st,v 1.84 1996-04-24 17:44:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevWorkst.st,v 1.85 1996-04-25 16:40:35 cg Exp $'
 ! !
 DeviceWorkstation initialize!
--- a/DeviceWorkstation.st	Thu Apr 25 18:37:48 1996 +0200
+++ b/DeviceWorkstation.st	Thu Apr 25 18:40:35 1996 +0200
@@ -112,6 +112,9 @@
         WindowSensor WindowGroup WindowEvent
         ProcessorScheduler
         PSMedium
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -4062,6 +4065,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.84 1996-04-24 17:44:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.85 1996-04-25 16:40:35 cg Exp $'
 ! !
 DeviceWorkstation initialize!
--- a/GLXWorkstat.st	Thu Apr 25 18:37:48 1996 +0200
+++ b/GLXWorkstat.st	Thu Apr 25 18:40:35 1996 +0200
@@ -1,5 +1,5 @@
 "
-COPYRIGHT (c) 1993 by Claus Gittinger
+ COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -1158,6 +1158,10 @@
     Notice: this should be rewritten to use the openGL library functions
     (actually, to not loose the VGL interface, another OpenGLWorkstation
      class should be written)
+
+    [author:]
+        Claus Gittinger
+        Jeff McAffer
 "
 ! !
 
@@ -8762,5 +8766,5 @@
 !GLXWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.55 1996-04-04 19:26:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.56 1996-04-25 16:39:37 cg Exp $'
 ! !
--- a/GLXWorkstation.st	Thu Apr 25 18:37:48 1996 +0200
+++ b/GLXWorkstation.st	Thu Apr 25 18:40:35 1996 +0200
@@ -1,5 +1,5 @@
 "
-COPYRIGHT (c) 1993 by Claus Gittinger
+ COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -1158,6 +1158,10 @@
     Notice: this should be rewritten to use the openGL library functions
     (actually, to not loose the VGL interface, another OpenGLWorkstation
      class should be written)
+
+    [author:]
+        Claus Gittinger
+        Jeff McAffer
 "
 ! !
 
@@ -8762,5 +8766,5 @@
 !GLXWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.55 1996-04-04 19:26:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.56 1996-04-25 16:39:37 cg Exp $'
 ! !