WindowSensor.st
changeset 4064 37ed1f2d0905
parent 4063 67fcc4362f09
child 4065 215515cb52df
--- a/WindowSensor.st	Wed Mar 03 22:55:23 2004 +0100
+++ b/WindowSensor.st	Thu Mar 04 12:07:50 2004 +0100
@@ -638,7 +638,7 @@
 
 cursorPoint
     "ST-80 compatibility: 
-     return the position of the cursor on the current display"
+     return the position of the cursor on the current display."
 
     ^ Screen current pointerPosition
 
@@ -3139,7 +3139,7 @@
 !WindowSensor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.222 2004-03-03 21:55:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.223 2004-03-04 11:07:50 cg Exp $'
 ! !
 
 WindowSensor initialize!