GLXWorkstation.st
changeset 82 98a70bce6d51
parent 77 da4678fae5c8
child 89 ea2bf46eb669
--- a/GLXWorkstation.st	Thu Nov 17 15:31:38 1994 +0100
+++ b/GLXWorkstation.st	Mon Nov 21 17:44:08 1994 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.15 1994-10-28 03:15:23 claus Exp $
+$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.16 1994-11-21 16:43:13 claus Exp $
 '!
 
 !GLXWorkstation class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.15 1994-10-28 03:15:23 claus Exp $
+$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.16 1994-11-21 16:43:13 claus Exp $
 "
 !
 
@@ -123,6 +123,7 @@
 # include <gl/glws.h>
 # include <gl/sphere.h>
 #else
+# undef memset
 # include <vogl.h>
 # include <X11/Xlib.h>
 #endif