WinWorkstation.st
changeset 3810 70cda330d80a
parent 3809 8d6f3606ce2e
child 3828 95fb5ef238f9
--- a/WinWorkstation.st	Wed Feb 26 12:28:00 2003 +0100
+++ b/WinWorkstation.st	Wed Feb 26 16:54:02 2003 +0100
@@ -7733,7 +7733,7 @@
     DPRINTF(("handle = %x\n", newWindowHandle));
 
     if (! newWindowHandle) {
-	fprintf(stderr, "WinWorkstation [error]: CreateWindow failed\n");
+	fprintf(stderr, "WinWorkstation [error]: CreateWindow failed: %d\n", GetLastError() );
 	if (cwi.infoWasRead) {
 	    free(lI);
 	}
@@ -15432,6 +15432,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.228 2003-02-26 11:28:00 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.229 2003-02-26 15:54:02 penk Exp $'
 ! !
 WinWorkstation initialize!