winex11: Set the desktop window gravity to NorthWest to avoid spurious position changes.

oldstable
Alexandre Julliard 2011-05-12 16:25:50 +02:00
parent b081ee452d
commit 2e46c671d6
1 changed files with 1 additions and 0 deletions

View File

@ -982,6 +982,7 @@ static void set_size_hints( Display *display, struct x11drv_win_data *data, DWOR
size_hints->y = data->whole_rect.top;
size_hints->flags |= PPosition;
}
else size_hints->win_gravity = NorthWestGravity;
if (!is_window_resizable( data, style ))
{