RemoteApp support

Remove use of WindowRects to affect window shape, the VisibilityRects are used for this purpose.
This commit is contained in:
bjcollins 2015-10-15 14:47:10 -05:00
parent 5bfbee8f78
commit d1a8119dac

View File

@ -506,7 +506,8 @@ static BOOL xf_rail_window_common(rdpContext* context, WINDOW_ORDER_INFO* orderI
if (fieldFlags & WINDOW_ORDER_FIELD_WND_RECTS)
{
xf_SetWindowRects(xfc, appWindow, appWindow->windowRects, appWindow->numWindowRects);
/* We should only be using the visibility rects for shaping the window */
//xf_SetWindowRects(xfc, appWindow, appWindow->windowRects, appWindow->numWindowRects);
}
if (fieldFlags & WINDOW_ORDER_FIELD_VISIBILITY)