window parent/owner handling

Dmitry Timoshkov dmitry at baikal.ru
Thu Aug 15 22:22:18 CDT 2002


"Medland, Bill" <Bill.Medland at accpac.com> wrote:

> Includes my previous patch for SetWindowLong (for Bug 825)

Seems that your investigations are correct, at least test succeeds
under win2000. I would suggest to apply tiny patch (attached) to catch
some additional problems.

-- 
Dmitry.
-------------- next part --------------
--- owner.c	Fri Aug 16 03:05:20 2002
+++ owner.c	Fri Aug 16 03:06:06 2002
@@ -183,6 +183,10 @@
 
             DestroyWindow (hWndMain);
         }
+        else
+            ok (FALSE, "Failed to create main window");
     }
+    else
+        ok (FALSE, "Failed to register classes");
 }
 /* End of file */


More information about the wine-devel mailing list