WinWorkstation.st
changeset 2641 e37f0109ecf7
parent 2639 8b2deda94ef3
child 2642 2178ebc9756a
--- a/WinWorkstation.st	Tue May 04 20:57:05 1999 +0200
+++ b/WinWorkstation.st	Tue May 04 22:46:37 1999 +0200
@@ -6291,7 +6291,10 @@
 			    &rec, 0,
 			    0 /* rgnUpd */, &invRec, SW_ERASE | SW_INVALIDATE);
 
+#if 000
 		enqEvent(ENQ_AT_FRONT, ExposureMask, srcGcData->hWnd, __WM_NOGEXPOSE, 0, 0, 0, 0, 0);
+#endif
+
 #if 0
 		if ((invRec.right >= invRec.left)
 		 && (invRec.bottom >= invRec.top)) {
@@ -6332,6 +6335,8 @@
 # endif
 #endif /* 0 */
 
+		UpdateWindow(srcGcData->hWnd);
+		enqEvent(ENQ_AT_END, ExposureMask, srcGcData->hWnd, __WM_NOGEXPOSE, 0, 0, 0, 0, 0);
 		RETURN ( self );
 	    }
 
@@ -11644,6 +11649,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.113 1999-05-04 17:28:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.114 1999-05-04 20:46:37 ps Exp $'
 ! !
 WinWorkstation initialize!