]> source.dussan.org Git - tigervnc.git/commit
Move client to server clipboard out of vncconfig
authorPierre Ossman <ossman@cendio.se>
Tue, 12 Jan 2016 16:33:32 +0000 (17:33 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 12 Jan 2016 17:39:09 +0000 (18:39 +0100)
commitc62e70c5b34de478127a130384b8958ccf232504
treefb2c77b9c46cf37bbdb6207bd3ed3c77d4126a66
parentfc08bee5afdb07830d6c6fb28359a020a5c305c5
Move client to server clipboard out of vncconfig

Handle the clipboard directly in the server, avoiding the
dependency on vncconfig. This commit adds support for clipboard
from the client to the server. Handling of the other direction
will follow.
unix/xserver/hw/vnc/Makefile.am
unix/xserver/hw/vnc/RFBGlue.cc
unix/xserver/hw/vnc/XserverDesktop.cc
unix/xserver/hw/vnc/vncExt.c
unix/xserver/hw/vnc/vncExtInit.cc
unix/xserver/hw/vnc/vncExtInit.h
unix/xserver/hw/vnc/vncSelection.c [new file with mode: 0644]
unix/xserver/hw/vnc/vncSelection.h [new file with mode: 0644]