XWorkstation.st
changeset 2748 e6bfd7044881
parent 2745 55edb7d63d29
child 2758 329098f17dd9
--- a/XWorkstation.st	Thu May 27 17:36:11 1999 +0200
+++ b/XWorkstation.st	Mon May 31 17:32:31 1999 +0200
@@ -1844,7 +1844,6 @@
 	RETURN ( gc ? __MKEXTERNALADDRESS(gc) : nil );
     }
 %}.
-    self primitiveFailed.
     ^ nil
 !
 
@@ -2311,7 +2310,7 @@
 	/* 
 	 * have to compensate for an error in X ?, which does not scale
 	 * colors correctly if lesser than 16bits are valid in a color,
-	 * (for example, color white on a 4bitsPerRGB server will return
+	 * (for example, color white on a 4bitsPerRGB server will Return
 	 * (16rF000 16rF000 16rF000) instead of (16rFFFF 16rFFFF 16rFFFF)
 	 */
 	bits = __intVal(__INST(bitsPerRGB));
@@ -2357,7 +2356,7 @@
 	    /* 
 	     * have to compensate for an error in X ?, which does not scale
 	     * colors correctly if lesser than 16bits are valid in a color,
-	     * (for example, color white on a 4bitsPerRGB server will return
+	     * (for example, color white on a 4bitsPerRGB server will Return
 	     * (16rF000 16rF000 16rF000) instead of (16rFFFF 16rFFFF 16rFFFF)
 	     */
 	    bits = __intVal(__INST(bitsPerRGB));
@@ -10181,6 +10180,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.316 1999-05-27 12:24:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.317 1999-05-31 15:32:31 cg Exp $'
 ! !
 XWorkstation initialize!