xfreerdp: fix some debug output.
This commit is contained in:
parent
72631d04e1
commit
9a3b91cb99
@ -112,7 +112,7 @@ static void fastpath_recv_orders(rdpFastPath* fastpath, STREAM* s)
|
||||
|
||||
stream_read_uint16(s, numberOrders); /* numberOrders (2 bytes) */
|
||||
|
||||
printf("numberOrders(FastPath):%d\n", numberOrders);
|
||||
//printf("numberOrders(FastPath):%d\n", numberOrders);
|
||||
|
||||
while (numberOrders > 0)
|
||||
{
|
||||
|
@ -141,6 +141,9 @@ void window_state_update(rdpWindow* window, WINDOW_ORDER_INFO* orderInfo, WINDOW
|
||||
printf("ownerWindowId:0x%08X\n", window->ownerWindowId);
|
||||
}
|
||||
|
||||
printf("window_state_update: windowId=0x%X ownerWindowId=0x%X\n",
|
||||
window->windowId, window->ownerWindowId);
|
||||
|
||||
if (orderInfo->fieldFlags & WINDOW_ORDER_FIELD_STYLE)
|
||||
{
|
||||
window->style = window_state->style;
|
||||
|
Loading…
Reference in New Issue
Block a user