commit | a37314575a85ed0a265fd3cf171d2ebc5613e3b9 | [log] [tgz] |
---|---|---|
author | Scott Roland <hackonteur@users.noreply.github.com> | Thu Dec 31 15:15:57 2015 +0000 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Mar 29 14:05:04 2016 +0200 |
tree | bc1bcb990c59a63250bf407c16260d32cc618567 | |
parent | 14c563a22e637e45fdc132120847c4b96313c859 [diff] |
Split out setPrimaryCB option in UNIX vncconfig This is the simplest approach, with setPrimaryCB having the same relationship to acceptClipboard as sendPrimaryCB has to sendClipboard. This does not change vncviewer, which should probably have something similar on UNIX platforms only. Pierre Ossman: Changed naming from accept to set