stx_libview.st
changeset 6563 01d79cf8f7a0
parent 6562 96226f44ac7e
child 6566 949689795584
child 6600 064c6984b004
--- a/stx_libview.st	Sun Aug 03 14:44:37 2014 +0200
+++ b/stx_libview.st	Sun Aug 03 14:48:03 2014 +0200
@@ -366,7 +366,7 @@
         SynchronousWindowSensor
         ViewStyle
         WindowEvent
-        (XftFontDescription autoload)
+        (XftFontDescription unix)
         DeviceWorkstation
         GraphicsMedium
         ImageMask
@@ -380,9 +380,9 @@
         SimpleView
         ShadowView
         View
-        (XEmbedContainerView autoload)
+        (XEmbedContainerView unix)
         XWorkstation
-        (GLXWorkstation autoload)
+        (GLXWorkstation unix)
         TopView
         PopUpView
         StandardSystemView
@@ -447,10 +447,10 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.74 2014-08-03 12:44:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.75 2014-08-03 12:48:03 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.74 2014-08-03 12:44:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.75 2014-08-03 12:48:03 cg Exp $'
 ! !