Commit 2e46c671 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent b081ee45
......@@ -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 ))
{
......
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