win32u: Call SetDesktopWindow when desktop window is successfully created.
commit8b5bdb10d586d069e3ed5bc5138015f742a9183b
authorRémi Bernon <rbernon@codeweavers.com>
Mon, 29 May 2023 11:52:16 +0000 (29 13:52 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 30 May 2023 11:45:39 +0000 (30 13:45 +0200)
tree727b835783ac95580d355bd21a8585e34a7c2376
parent15dfe2ed2d625d0a80c6189472285af67a5f252d
win32u: Call SetDesktopWindow when desktop window is successfully created.

When the default desktop window is created, its parent is always NULL,
and SetDesktopWindow is never called here.
dlls/win32u/window.c