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
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h
index 58ac30e..87a9cf9 100644
--- a/vncviewer/Viewport.h
+++ b/vncviewer/Viewport.h
@@ -93,6 +93,8 @@
   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);