DeviceWorkstation.st
changeset 1286 f7c2ac67388b
parent 1281 d7717bcf2e55
child 1287 fdb9f015bf0f
equal deleted inserted replaced
1285:480d1ecb9d61 1286:f7c2ac67388b
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 Object subclass:#DeviceWorkstation
    13 HostGraphicsDevice subclass:#DeviceWorkstation
    14 	instanceVariableNames:'displayId visualType monitorType depth ncells bitsPerRGB bitsRed
    14 	instanceVariableNames:'monitorType depth ncells bitsPerRGB bitsRed
    15 		bitsGreen bitsBlue redMask greenMask blueMask redShift greenShift
    15 		bitsGreen bitsBlue redMask greenMask blueMask redShift greenShift
    16 		blueShift hasColors hasGreyscales width height widthMM heightMM
    16 		blueShift hasColors hasGreyscales width height widthMM heightMM
    17 		resolutionHor resolutionVer idToViewMapping knownViews knownIds
    17 		resolutionHor resolutionVer idToViewMapping knownViews knownIds
    18 		knownBitmaps knownBitmapIds dispatching dispatchProcess ctrlDown
    18 		knownBitmaps knownBitmapIds dispatching dispatchProcess ctrlDown
    19 		shiftDown metaDown altDown motionEventCompression lastId lastView
    19 		shiftDown metaDown altDown motionEventCompression lastId lastView
  5058 ! !
  5058 ! !
  5059 
  5059 
  5060 !DeviceWorkstation class methodsFor:'documentation'!
  5060 !DeviceWorkstation class methodsFor:'documentation'!
  5061 
  5061 
  5062 version
  5062 version
  5063     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.169 1997-01-27 17:29:02 cg Exp $'
  5063     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.170 1997-01-27 17:59:25 cg Exp $'
  5064 ! !
  5064 ! !
  5065 DeviceWorkstation initialize!
  5065 DeviceWorkstation initialize!