*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 19 Dec 2005 19:39:30 +0100
changeset 4444 8d6a48c51edc
parent 4443 96e956cf9acf
child 4445 c83f9aebaf41
*** empty log message ***
WinWorkstation.st
--- a/WinWorkstation.st	Mon Dec 19 18:21:07 2005 +0100
+++ b/WinWorkstation.st	Mon Dec 19 19:39:30 2005 +0100
@@ -4410,9 +4410,11 @@
     TH_DPRINTF(("TS %d\n", th_calls++));
     PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE);   /* must be */
 
+#if 0
     if (AttachThreadInput(_masterThreadId, _dispatchThreadId, TRUE) != TRUE) {
 	fprintf(stderr, "WinWorkstation [warning]: AttachThreadInput failed\n");
     };
+#endif
 #ifndef WIN32THREADS
 # if 0
     SetThreadPriority(_masterThread,THREAD_PRIORITY_HIGHEST);
@@ -16526,7 +16528,7 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.310 2005-12-19 17:21:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.311 2005-12-19 18:39:30 cg Exp $'
 ! !
 
 WinWorkstation initialize!