no remote GL with IRIX, again
authorClaus Gittinger <cg@exept.de>
Thu, 09 Nov 1995 14:35:42 +0100
changeset 213 a24397d724b3
parent 212 fc4c2afefff1
child 214 5316b1373129
no remote GL with IRIX, again
GLXWorkstat.st
GLXWorkstation.st
--- a/GLXWorkstat.st	Thu Nov 09 12:54:38 1995 +0100
+++ b/GLXWorkstat.st	Thu Nov 09 14:35:42 1995 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.32 1995-11-09 11:54:30 cg Exp $
+$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.33 1995-11-09 13:35:42 cg Exp $
 '!
 
 !GLXWorkstation class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.32 1995-11-09 11:54:30 cg Exp $
+$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.33 1995-11-09 13:35:42 cg Exp $
 "
 !
 
@@ -1077,7 +1077,13 @@
     "/ Sorry. (I guess, there are some query functions for that available, but I
     "/ have no documentation).
 
+%{
+# ifdef GLX
+%}.
     glOK := (displayName = ':0') or:[displayName = ':0.0'].
+%{
+#endif
+%}.
 
 %{
     Display *dpy = myDpy;
--- a/GLXWorkstation.st	Thu Nov 09 12:54:38 1995 +0100
+++ b/GLXWorkstation.st	Thu Nov 09 14:35:42 1995 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.32 1995-11-09 11:54:30 cg Exp $
+$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.33 1995-11-09 13:35:42 cg Exp $
 '!
 
 !GLXWorkstation class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.32 1995-11-09 11:54:30 cg Exp $
+$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.33 1995-11-09 13:35:42 cg Exp $
 "
 !
 
@@ -1077,7 +1077,13 @@
     "/ Sorry. (I guess, there are some query functions for that available, but I
     "/ have no documentation).
 
+%{
+# ifdef GLX
+%}.
     glOK := (displayName = ':0') or:[displayName = ':0.0'].
+%{
+#endif
+%}.
 
 %{
     Display *dpy = myDpy;