search for: win_getdesktop

Displaying 1 result from an estimated 1 matches for "win_getdesktop".

2001 May 15
2
WTLIB99 with wine-010510 tar ball broken again
....c ./wine-20010511/dlls/x11drv/window.c --- ./wine-20010510/dlls/x11drv/window.c Mon May 14 16:48:08 2001 +++ ./wine-20010511/dlls/x11drv/window.c Mon May 14 17:48:00 2001 @@ -398,8 +398,9 @@ dwStyle = wndPtr->dwStyle; - pWndParent = parent ? WIN_FindWndPtr(parent) : WIN_GetDesktop(); - if (!pWndParent) + if (!parent) parent = GetDesktopWindow(); + + if (!(pWndParent = WIN_FindWndPtr(parent))) { WIN_ReleaseWndPtr( wndPtr ); return 0; When I revert to the cvs 010510 window.c and recompile the WTLIB99 works again. The patch was done for a reason...