summaryrefslogtreecommitdiff
path: root/vdagent-x11.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-09-29 07:30:29 +0200
committerHans de Goede <hdegoede@redhat.com>2010-09-29 07:30:29 +0200
commit212a8fe43dd87c97b3d33e6e6edf5f03b3539b62 (patch)
tree1b3949271a13026653369ac27d1f6d7a86a93c75 /vdagent-x11.h
parent653a2ac191dd699de7e9dd322e4bb41aa8798430 (diff)
Add preliminary guest -> client copy paste support to the x11 agent client
Diffstat (limited to 'vdagent-x11.h')
-rw-r--r--vdagent-x11.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdagent-x11.h b/vdagent-x11.h
index 3355ed7..ef1ac6a 100644
--- a/vdagent-x11.h
+++ b/vdagent-x11.h
@@ -36,5 +36,6 @@ void vdagent_x11_do_read(struct vdagent_x11 *x11);
void vdagent_x11_set_monitor_config(struct vdagent_x11 *x11,
VDAgentMonitorsConfig *mon_config);
+void vdagent_x11_clipboard_request(struct vdagent_x11 *x11, uint32_t type);
#endif