winex11: Set initial wm hints on the desktop window too.
This commit is contained in:
parent
72c3d16d83
commit
a2a5118362
|
@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue