[client,X11] update window style

* if WINDOW_ORDER_STATE_NEW is not set also update
This commit is contained in:
akallabeth 2024-09-16 10:47:39 +02:00
parent fd3c7633d6
commit 0a24f12281
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 3 additions and 0 deletions

View File

@ -580,6 +580,9 @@ static BOOL xf_rail_window_common(rdpContext* context, const WINDOW_ORDER_INFO*
}
}
if ((fieldFlags & WINDOW_ORDER_STATE_NEW) == 0)
xf_SetWindowStyle(xfc, appWindow, appWindow->dwStyle, appWindow->dwExStyle);
/* We should only be using the visibility rects for shaping the window */
/*if (fieldFlags & WINDOW_ORDER_FIELD_WND_RECTS)
{