diff --git a/windows/win.c b/windows/win.c index 983aca58737..c3197914b5e 100644 --- a/windows/win.c +++ b/windows/win.c @@ -345,7 +345,7 @@ BOOL32 WIN_ResetQueueWindows( WND* wnd, HQUEUE16 hQueue, HQUEUE16 hNew ) ret = TRUE; } if (wnd->child) - ret |= WIN_ResetQueueWindows( wnd->child, hQueue, hNew ); + ret |= WIN_ResetQueueWindows( wnd, hQueue, hNew ); } } else /* Queue is being destroyed */