Changeset 82908 in vbox for trunk/src/VBox
- Timestamp:
- Jan 29, 2020 1:13:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp
r82906 r82908 642 642 * unit test. So keep it simple, be paranoid and log everything. 643 643 */ 644 SHCL_X11_DECL( DECLCALLBACK(void)) clipConvertX11TargetsCallback(Widget widget, XtPointer pClient,645 646 647 644 SHCL_X11_DECL(void) clipConvertX11TargetsCallback(Widget widget, XtPointer pClient, 645 Atom * /* selection */, Atom *atomType, 646 XtPointer pValue, long unsigned int *pcLen, 647 int *piFormat) 648 648 { 649 649 RT_NOREF(piFormat); … … 733 733 * @param pCtx The X11 clipboard context to use. 734 734 */ 735 SHCL_X11_DECL( DECLCALLBACK(void)) clipQueryX11FormatsCallback(PSHCLX11CTX pCtx)735 SHCL_X11_DECL(void) clipQueryX11FormatsCallback(PSHCLX11CTX pCtx) 736 736 { 737 737 #ifndef TESTCASE
Note:
See TracChangeset
for help on using the changeset viewer.