From 4a6be4a2a0ebba32133c09c92b0ef84050d2f96f Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 19 May 2011 14:49:18 +0000 Subject: Implement support for sending the local clipboard to the server. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4432 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- vncviewer/Viewport.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vncviewer/Viewport.h') diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h index 58ac30ed..87a9cf90 100644 --- a/vncviewer/Viewport.h +++ b/vncviewer/Viewport.h @@ -93,6 +93,8 @@ private: static void handleUpdateTimeout(void *data); static void handleColourMap(void *data); + static void handleClipboardChange(int source, void *data); + void handlePointerEvent(const rfb::Point& pos, int buttonMask); static void handlePointerTimeout(void *data); -- cgit v1.2.3