Commit a2a51183 authored by Alexandre Julliard's avatar Alexandre Julliard

winex11: Set initial wm hints on the desktop window too.

parent 72c3d16d
......@@ -992,6 +992,7 @@ static void get_desktop_xwin( Display *display, struct x11drv_win_data *data )
{
data->managed = TRUE;
SetPropA( data->hwnd, managed_prop, (HANDLE)1 );
set_initial_wm_hints( display, data );
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment