WinWorkstation.st
changeset 5553 5d324e95ec8d
parent 5552 5524e2ba96c0
child 5554 17dce8b18c2e
--- a/WinWorkstation.st	Wed Feb 03 18:28:36 2010 +0100
+++ b/WinWorkstation.st	Wed Feb 03 18:29:05 2010 +0100
@@ -7433,7 +7433,8 @@
 usableExtent
     "return the usable extent of the display (in pixels).
      Normally, the same as extent, but may be smaller, in
-     case some menu space is taken up by the window manager (windows)"
+     case some menu space is taken up by the window manager (windows),
+     or bigger, in case of multi-screen systems"
 
     |wSingle hSingle w h dx dy|
 
@@ -18875,11 +18876,11 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.420 2010-02-03 17:28:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.421 2010-02-03 17:29:05 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.420 2010-02-03 17:28:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.421 2010-02-03 17:29:05 cg Exp $'
 ! !
 
 WinWorkstation initialize!