Changeset 57208 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Aug 6, 2015 9:48:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h
r55401 r57208 138 138 XRectangle *pRects) 139 139 { 140 LogRelFlowFunc(("\n")); 140 LogRelFlowFunc(("hWin=%lu, isMapped=%RTbool, x=%d, y=%d, w=%d, h=%d, cRects=%d\n", 141 (unsigned long) hWin, isMapped, x, y, w, h, cRects)); 141 142 VBoxGuestWinInfo *pInfo = new VBoxGuestWinInfo(isMapped, x, y, w, h, cRects, 142 143 pRects);
Note:
See TracChangeset
for help on using the changeset viewer.