# HG changeset patch # User Claus Gittinger # Date 815924142 -3600 # Node ID a24397d724b3e63680d3ec0e47a09af2cbb68344 # Parent fc4c2afefff15082e649dd5accd570648655abf6 no remote GL with IRIX, again diff -r fc4c2afefff1 -r a24397d724b3 GLXWorkstat.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; diff -r fc4c2afefff1 -r a24397d724b3 GLXWorkstation.st --- 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;