20 #ifndef FREERDP_CLIENT_X11_CLIPRDR_H
21 #define FREERDP_CLIENT_X11_CLIPRDR_H
23 #include "xf_client.h"
26 #include <freerdp/client/cliprdr.h>
28 void xf_clipboard_free(xfClipboard* clipboard);
30 WINPR_ATTR_MALLOC(xf_clipboard_free, 1)
31 xfClipboard* xf_clipboard_new(xfContext* xfc, BOOL relieveFilenameRestriction);
33 void xf_cliprdr_init(xfContext* xfc, CliprdrClientContext* cliprdr);
34 void xf_cliprdr_uninit(xfContext* xfc, CliprdrClientContext* cliprdr);
36 void xf_cliprdr_handle_xevent(xfContext* xfc, const XEvent* event);