GLXWorkstation.st
changeset 213 a24397d724b3
parent 212 fc4c2afefff1
child 214 5316b1373129
equal deleted inserted replaced
212:fc4c2afefff1 213:a24397d724b3
    19 
    19 
    20 GLXWorkstation comment:'
    20 GLXWorkstation comment:'
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.32 1995-11-09 11:54:30 cg Exp $
    24 $Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.33 1995-11-09 13:35:42 cg Exp $
    25 '!
    25 '!
    26 
    26 
    27 !GLXWorkstation class methodsFor:'documentation'!
    27 !GLXWorkstation class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.32 1995-11-09 11:54:30 cg Exp $
    45 $Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.33 1995-11-09 13:35:42 cg Exp $
    46 "
    46 "
    47 !
    47 !
    48 
    48 
    49 documentation
    49 documentation
    50 "
    50 "
  1075     "/ Since I cannot tell in advance if the remote display is gl capable,
  1075     "/ Since I cannot tell in advance if the remote display is gl capable,
  1076     "/ and its too late once we know its not, we simply disallow any remote gl.
  1076     "/ and its too late once we know its not, we simply disallow any remote gl.
  1077     "/ Sorry. (I guess, there are some query functions for that available, but I
  1077     "/ Sorry. (I guess, there are some query functions for that available, but I
  1078     "/ have no documentation).
  1078     "/ have no documentation).
  1079 
  1079 
       
  1080 %{
       
  1081 # ifdef GLX
       
  1082 %}.
  1080     glOK := (displayName = ':0') or:[displayName = ':0.0'].
  1083     glOK := (displayName = ':0') or:[displayName = ':0.0'].
       
  1084 %{
       
  1085 #endif
       
  1086 %}.
  1081 
  1087 
  1082 %{
  1088 %{
  1083     Display *dpy = myDpy;
  1089     Display *dpy = myDpy;
  1084     int dummy;
  1090     int dummy;
  1085 
  1091