DisplaySurface.st
changeset 8041 af78382f96e9
parent 7977 9e4870e89390
child 8081 d673917a4261
--- a/DisplaySurface.st	Tue May 30 17:53:02 2017 +0200
+++ b/DisplaySurface.st	Tue May 30 19:03:50 2017 +0200
@@ -1775,9 +1775,9 @@
      to tell the sensor that incoming expose events are to be remembered.
      Sometime after the bit-blt, waitForExpose should be sent, to finally
      suspend until the expose/noExpose event arrives.
-     This is an X speciality - for devices which do not need this kind of
+     This is an X speciality - for devices that do not need this kind of
      asynchronous bit-blt confirmation, this is a noop.
-     Answer true if the sender is reqired to do a waitForExpose, false if not.
+     Answer true if the sender is required to do a waitForExpose, false if not.
     "
 
     |wg|
@@ -1793,7 +1793,7 @@
     wg := self windowGroup.
     wg notNil ifTrue:[
         "
-         must process eny pending expose events, since
+         must process any pending expose events, since
          usually the origin is changed soon so that previous
          expose events coordinates are invalid
         "
@@ -1803,7 +1803,8 @@
     ].
     ^ false.
 
-    "Modified: 6.8.1997 / 19:50:15 / cg"
+    "Modified: / 06-08-1997 / 19:50:15 / cg"
+    "Modified (comment): / 30-05-2017 / 18:58:45 / mawalch"
 !
 
 coveredBy:aView