GLXWorkstation.st
changeset 614 1b1c0d7c9266
parent 554 34cc776bcc0f
child 793 8fbee58d45c1
equal deleted inserted replaced
613:c12586985dcd 614:1b1c0d7c9266
     1 "
     1 "
     2 COPYRIGHT (c) 1993 by Claus Gittinger
     2  COPYRIGHT (c) 1993 by Claus Gittinger
     3 	      All Rights Reserved
     3 	      All Rights Reserved
     4 
     4 
     5  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
     6  only in accordance with the terms of that license and with the
     6  only in accordance with the terms of that license and with the
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
  1156     *** NO WARRANTY ** for this.
  1156     *** NO WARRANTY ** for this.
  1157 
  1157 
  1158     Notice: this should be rewritten to use the openGL library functions
  1158     Notice: this should be rewritten to use the openGL library functions
  1159     (actually, to not loose the VGL interface, another OpenGLWorkstation
  1159     (actually, to not loose the VGL interface, another OpenGLWorkstation
  1160      class should be written)
  1160      class should be written)
       
  1161 
       
  1162     [author:]
       
  1163         Claus Gittinger
       
  1164         Jeff McAffer
  1161 "
  1165 "
  1162 ! !
  1166 ! !
  1163 
  1167 
  1164 !GLXWorkstation class methodsFor:'error handling'!
  1168 !GLXWorkstation class methodsFor:'error handling'!
  1165 
  1169 
  8760 ! !
  8764 ! !
  8761 
  8765 
  8762 !GLXWorkstation class methodsFor:'documentation'!
  8766 !GLXWorkstation class methodsFor:'documentation'!
  8763 
  8767 
  8764 version
  8768 version
  8765     ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.55 1996-04-04 19:26:07 cg Exp $'
  8769     ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.56 1996-04-25 16:39:37 cg Exp $'
  8766 ! !
  8770 ! !