WinWorkstation.st
changeset 6208 3f3df7dbf2a7
parent 6165 461f6b3a23f7
child 6358 451d7f73348c
--- a/WinWorkstation.st	Thu Jan 16 15:33:14 2014 +0100
+++ b/WinWorkstation.st	Fri Jan 24 15:51:26 2014 +0100
@@ -16639,7 +16639,7 @@
 		   width,height,
 		   wDC,
 		   __intVal(srcX), __intVal(srcY),
-		   SRCCOPY)
+		   SRCCOPY|CAPTUREBLT)
 		 == 0
 		)
 	    {
@@ -19329,11 +19329,11 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.478 2013-11-26 19:20:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.479 2014-01-24 14:51:26 ab Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.478 2013-11-26 19:20:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.479 2014-01-24 14:51:26 ab Exp $'
 ! !