winex11: Set the desktop window gravity to NorthWest to avoid spurious position changes.
This commit is contained in:
parent
b081ee452d
commit
2e46c671d6
|
@ -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 ))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue