stx_libview.st
changeset 6465 05bbb9791069
parent 6457 382eb8b81974
child 6523 b6dc0f5f499a
child 6562 96226f44ac7e
--- a/stx_libview.st	Wed Apr 30 15:41:53 2014 +0200
+++ b/stx_libview.st	Wed Apr 30 15:41:54 2014 +0200
@@ -392,7 +392,7 @@
         GradientBackground
         WidgetEvent
         XWorkstation
-        GLXWorkstation
+        (GLXWorkstation unix)
         (XEmbedContainerView unix)
         (XftFontDescription unix)
     )
@@ -446,10 +446,10 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.72 2014-04-29 23:51:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.73 2014-04-30 13:41:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.72 2014-04-29 23:51:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.73 2014-04-30 13:41:54 cg Exp $'
 ! !