Changeset 81750 in vbox for trunk/src/VBox
- Timestamp:
- Nov 8, 2019 12:20:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp
r81747 r81750 655 655 } 656 656 657 static voidclipQueryX11FormatsCallback(CLIPBACKEND *pCtx);657 static DECLCALLBACK(void) clipQueryX11FormatsCallback(CLIPBACKEND *pCtx); 658 658 659 659 /** … … 688 688 * unit test. So keep it simple, be paranoid and log everything. 689 689 */ 690 static DECLCALLBACK(void)clipConvertX11TargetsCallback(Widget widget, XtPointer pClient,691 692 693 690 static void clipConvertX11TargetsCallback(Widget widget, XtPointer pClient, 691 Atom * /* selection */, Atom *atomType, 692 XtPointer pValue, long unsigned int *pcLen, 693 int *piFormat) 694 694 { 695 695 RT_NOREF(piFormat); … … 3031 3031 int format = 8; 3032 3032 clipConvertX11TargetsCallback(NULL, (XtPointer) pCtx, NULL, &atom, NULL, &cLen, 3033 &format);3033 &format); 3034 3034 RTTEST_CHECK_MSG(hTest, tstClipQueryFormats() == 0, 3035 3035 (hTest, "Wrong targets reported: %02X\n",
Note:
See TracChangeset
for help on using the changeset viewer.