XWorkstation.st
changeset 7756 e85e23f3b476
parent 7706 58502053b67b
child 7765 b8189ae681df
child 7780 4221620dd940
--- a/XWorkstation.st	Fri Dec 16 16:19:13 2016 +0100
+++ b/XWorkstation.st	Sat Dec 17 16:00:07 2016 +0100
@@ -1784,8 +1784,7 @@
 !
 
 supportsAnyViewBackgroundPixmaps
-    "return true, if the device allows pixmaps as
-     viewBackground."
+    "return true, if the device allows pixmaps as viewBackground."
 
     ^ true
 
@@ -1807,6 +1806,7 @@
 
 supportsIconViews
     "return true, if this device supports views as icons.
+     These can be drawn into like any other regular view, and therefore be easily animated.
      Only Xservers (currently) support this."
 
     ^ true
@@ -1832,11 +1832,11 @@
 supportsMaskedDrawingWithOffset:aForm
     "return true, if the device allows the given form pixmap
      to be used as paint color with a mask offset.
-     True returned here - X has no trouble with any mask,
-     except for XQuartz, which has."
-
-    "XQuartz seems to have a bug here..."
+     True returned here - X has no trouble with any mask."
+
+    "/ XQuartz seems to have a bug here...
     ^ OperatingSystem isOSXlike not.
+    "/ ^ true.
 !
 
 supportsScreenReading