stx_libview.st
changeset 5094 14c618ec707a
parent 5016 0384b85c2ac2
child 5095 b9025bbbade1
--- a/stx_libview.st	Mon Nov 24 12:59:44 2008 +0100
+++ b/stx_libview.st	Mon Nov 24 12:59:46 2008 +0100
@@ -220,7 +220,6 @@
         Font
         FontDescription
         Form
-        (GLXWorkstation unix)
         (GraphicsAttributes autoload)
         GraphicsContext
         GraphicsDevice
@@ -253,6 +252,7 @@
         WindowSensor
         WindowingTransformation
         (XWorkstation unix)
+        (GLXWorkstation unix)
         #'stx_libview'
     )
 !
@@ -300,5 +300,5 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.19 2008-07-23 12:16:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.20 2008-11-24 11:59:46 cg Exp $'
 ! !