XWorkstation.st
branchjv
changeset 7029 d7a5384357a9
parent 7028 f6289e1ef06e
child 7036 530b3e1c64c3
equal deleted inserted replaced
7028:f6289e1ef06e 7029:d7a5384357a9
  1622     "Created: / 4.5.1999 / 12:16:43 / cg"
  1622     "Created: / 4.5.1999 / 12:16:43 / cg"
  1623 !
  1623 !
  1624 
  1624 
  1625 supportsMaskedDrawingWithOffset:aForm
  1625 supportsMaskedDrawingWithOffset:aForm
  1626     "return true, if the device allows the given form pixmap
  1626     "return true, if the device allows the given form pixmap
  1627      to be used as paint color with a viewOrigin offset.
  1627      to be used as paint color with a mask offset.
  1628      True returned here - X has no trouble with any mask,except for XQuartz, which has."
  1628      True returned here - X has no trouble with any mask,except for XQuartz, which has."
  1629 
  1629 
  1630     "XQuartz seems to have a bug here..."
  1630     "XQuartz seems to have a bug here..."
  1631     OperatingSystem isOSXlike ifTrue:[^ false].
  1631     OperatingSystem isOSXlike ifTrue:[^ false].
  1632     ^ true
  1632     ^ true