Changeset 85121 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
- Timestamp:
- Jul 8, 2020 7:33:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
r83135 r85121 430 430 RTVEC_DECL(RectList, RTRECT) 431 431 432 DECLCALLBACK(int) getRectsCallback(VBoxGuestWinInfo *pInfo, 433 struct RectList *pRects) 432 static DECLCALLBACK(int) getRectsCallback(VBoxGuestWinInfo *pInfo, struct RectList *pRects) 434 433 { 435 434 if (pInfo->mhasShape) … … 485 484 return rc; 486 485 } 487 mGuestWindows.doWithAll((PVBOXGUESTWINCALLBACK)getRectsCallback, 488 &rects); 486 mGuestWindows.doWithAll((PFNVBOXGUESTWINCALLBACK)getRectsCallback, &rects); 489 487 if (mpRects) 490 488 RTMemFree(mpRects);
Note:
See TracChangeset
for help on using the changeset viewer.