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

This commit is contained in:
Alexandre Julliard 2007-08-30 12:19:55 +02:00
parent 72c3d16d83
commit a2a5118362
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
}
}
}