DisplaySurface.st
changeset 1851 6a6225647696
parent 1806 16c958be35d8
child 1872 2a10e693d93f
--- a/DisplaySurface.st	Wed Aug 06 11:57:11 1997 +0200
+++ b/DisplaySurface.st	Thu Aug 07 13:00:04 1997 +0200
@@ -936,11 +936,11 @@
          usually the origin is changed soon so that previous
          expose events coordinates are invalid 
         "
-        wg processRealExposeEvents.
+        wg processRealExposeEventsFor:self.
         wg sensor catchExposeFor:self
     ]
 
-    "Modified: 2.7.1997 / 14:34:30 / cg"
+    "Modified: 6.8.1997 / 19:50:15 / cg"
 !
 
 deviceButtonMotion:state x:x y:y
@@ -1666,5 +1666,5 @@
 !DisplaySurface class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.30 1997-07-02 12:36:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.31 1997-08-07 11:00:04 cg Exp $'
 ! !