mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
[client,X11] update window style
* if WINDOW_ORDER_STATE_NEW is not set also update
This commit is contained in:
parent
fd3c7633d6
commit
0a24f12281
@ -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 */
|
/* We should only be using the visibility rects for shaping the window */
|
||||||
/*if (fieldFlags & WINDOW_ORDER_FIELD_WND_RECTS)
|
/*if (fieldFlags & WINDOW_ORDER_FIELD_WND_RECTS)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user