XWorkstation.st
branchjv
changeset 8623 b8c81b323931
parent 8452 6336f75507a0
child 9071 9ceb22436681
equal deleted inserted replaced
8622:ecb4248c23a4 8623:b8c81b323931
     1 "
     1 "
     2 COPYRIGHT (c) 1989 by Claus Gittinger
     2 COPYRIGHT (c) 1989 by Claus Gittinger
       
     3 COPYRIGHT (c) 2015 Claus Gittinger
       
     4 COPYRIGHT (c) 2015-2018 Jan Vrany
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
     6  only in accordance with the terms of that license and with the
     8  only in accordance with the terms of that license and with the
     7  inclusion of the above copyright notice.   This software may not
     9  inclusion of the above copyright notice.   This software may not
   698 !XWorkstation class methodsFor:'documentation'!
   700 !XWorkstation class methodsFor:'documentation'!
   699 
   701 
   700 copyright
   702 copyright
   701 "
   703 "
   702 COPYRIGHT (c) 1989 by Claus Gittinger
   704 COPYRIGHT (c) 1989 by Claus Gittinger
       
   705 COPYRIGHT (c) 2015 Claus Gittinger
       
   706 COPYRIGHT (c) 2015-2018 Jan Vrany
   703 	      All Rights Reserved
   707 	      All Rights Reserved
   704 
   708 
   705  This software is furnished under a license and may be used
   709  This software is furnished under a license and may be used
   706  only in accordance with the terms of that license and with the
   710  only in accordance with the terms of that license and with the
   707  inclusion of the above copyright notice.   This software may not
   711  inclusion of the above copyright notice.   This software may not
  9511     |masks|
  9515     |masks|
  9512 
  9516 
  9513     super initializeScreenProperties.
  9517     super initializeScreenProperties.
  9514 
  9518 
  9515     hasShapeExtension := self hasExtension:#SHAPE.
  9519     hasShapeExtension := self hasExtension:#SHAPE.
  9516     hasShmExtension := self hasExtension:#MIT_SHM.
  9520     hasShmExtension := self hasExtension:#'MIT-SHM'.
  9517     hasDPSExtension := self hasExtension:#DPS.
  9521     hasDPSExtension := self hasExtension:#DPS.
  9518     hasXVideoExtension := self hasExtension:#XVideo.
  9522     hasXVideoExtension := self hasExtension:#XVideo.
  9519     hasMbufExtension := self hasExtension:#'Multi-Buffering'.
  9523     hasMbufExtension := self hasExtension:#'Multi-Buffering'.
  9520     hasPEXExtension := self hasExtension:#'X3D-PEX'.
  9524     hasPEXExtension := self hasExtension:#'X3D-PEX'.
  9521     hasImageExtension := self hasExtension:#XIE.
  9525     hasImageExtension := self hasExtension:#XIE.