XWorkstation.st
branchdelegated_gc_jv
changeset 6800 f4acb46ba42e
parent 6726 9f16fe1701f5
parent 6635 969f60d974fd
child 6819 f91377f97414
--- a/XWorkstation.st	Sat Jan 10 06:20:20 2015 +0000
+++ b/XWorkstation.st	Tue Feb 03 13:48:45 2015 +0000
@@ -717,6 +717,10 @@
 
 !XWorkstation class methodsFor:'queries'!
 
+isX11Platform
+    ^ true
+!
+
 platformName
     "ST-80 compatibility.
      Return a string describing the display systems platform.
@@ -1612,12 +1616,14 @@
 !
 
 supportsXFTFonts
-    "return true, if this device supports xft (truetype) fonts."
-
-    ^ self hasRenderExtension
-
-    "
-     Display supportsXFTFonts
+    "return true, if this device supports xft font rendering.
+     Xft support is being cleaned up, as it is currently a big hack,
+     of which too many others need to know about currently."
+
+    ^ XftFontDescription notNil
+
+    "
+     Screen current supportsXFTFonts
     "
 !
 
@@ -13460,11 +13466,11 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.601 2014-11-27 00:11:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.592.2.3 2014-11-26 16:03:51 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.601 2014-11-27 00:11:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.592.2.3 2014-11-26 16:03:51 stefan Exp $'
 !
 
 version_HG