PseudoV.st
changeset 110 60c08d82e209
parent 109 ba47d9d6bda8
child 116 c0db6a8ab4ac
--- a/PseudoV.st	Mon Feb 27 11:20:36 1995 +0100
+++ b/PseudoV.st	Tue Feb 28 22:51:15 1995 +0100
@@ -26,7 +26,7 @@
 COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/Attic/PseudoV.st,v 1.26 1995-02-27 10:19:25 claus Exp $
+$Header: /cvs/stx/stx/libview/Attic/PseudoV.st,v 1.27 1995-02-28 21:50:26 claus Exp $
 '!
 
 !PseudoView class methodsFor:'documentation'!
@@ -47,7 +47,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/Attic/PseudoV.st,v 1.26 1995-02-27 10:19:25 claus Exp $
+$Header: /cvs/stx/stx/libview/Attic/PseudoV.st,v 1.27 1995-02-28 21:50:26 claus Exp $
 "
 !
 
@@ -869,6 +869,7 @@
      goes directly to the device instead.
      Actually, its a historical leftover"
 
+    device synchronizeOutput.
     ^ device eventPending:#buttonMotion for:drawableId
 !
 
@@ -878,6 +879,7 @@
      goes directly to the device instead.
      Actually, its a historical leftover"
 
+    device synchronizeOutput.
     ^ device eventPending:#buttonRelease for:drawableId
 ! !