diff --git a/libfreerdp-core/fastpath.c b/libfreerdp-core/fastpath.c index b5bf10653..4cdbc942a 100644 --- a/libfreerdp-core/fastpath.c +++ b/libfreerdp-core/fastpath.c @@ -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) { diff --git a/libfreerdp-rail/window.c b/libfreerdp-rail/window.c index 9a55e01c0..0e0ba7ad1 100644 --- a/libfreerdp-rail/window.c +++ b/libfreerdp-rail/window.c @@ -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;