mirror of
https://github.com/reactos/wine.git
synced 2025-02-27 00:08:18 +00:00
SetParent should link the window at the start of the list.
This commit is contained in:
parent
114899a9de
commit
ec721121e0
@ -262,7 +262,7 @@ WND *X11DRV_WND_SetParent(WND *wndPtr, WND *pWndParent)
|
||||
* when not in the desktop mode. */
|
||||
|
||||
if ( pWndParent != WIN_GetDesktop() ) wndPtr->dwStyle |= WS_CHILD;
|
||||
WIN_LinkWindow(wndPtr->hwndSelf, HWND_BOTTOM);
|
||||
WIN_LinkWindow(wndPtr->hwndSelf, HWND_TOP);
|
||||
|
||||
if( bFixupDCE )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user