GLXWorkstation.st
changeset 1301 7b7763fedfba
parent 1065 fdc5b9059d82
child 1752 f603d5e1cfe8
--- a/GLXWorkstation.st	Fri Jan 31 10:52:18 1997 +0100
+++ b/GLXWorkstation.st	Fri Jan 31 11:37:39 1997 +0100
@@ -3853,6 +3853,7 @@
 
 %{  /* NOCONTEXT */
 #ifdef OPENGL
+#else
     Coord c_x, c_y, c_z;
 
     _COORD_ (x, c_x)
@@ -8784,5 +8785,5 @@
 !GLXWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.62 1996-10-02 11:37:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.63 1997-01-31 10:37:39 cg Exp $'
 ! !