Default sendprimary to off (#73)

Co-authored-by: Lauri Kasanen <cand@gmx.com>
pull/74/head
mmcclaskey 4 years ago committed by GitHub
parent a9434a300d
commit dd276e5e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -137,7 +137,7 @@ Send clipboard changes to clients. Default is on.
.TP .TP
.B \-SendPrimary .B \-SendPrimary
Send the primary selection and cut buffer to the server as well as the Send the primary selection and cut buffer to the server as well as the
clipboard selection. Default is on. clipboard selection. Default is off.
. .
.TP .TP
.B \-AcceptPointerEvents .B \-AcceptPointerEvents

@ -107,7 +107,7 @@ rfb::BoolParameter setPrimary("SetPrimary", "Set the PRIMARY as well "
"as the CLIPBOARD selection", true); "as the CLIPBOARD selection", true);
rfb::BoolParameter sendPrimary("SendPrimary", rfb::BoolParameter sendPrimary("SendPrimary",
"Send the PRIMARY as well as the CLIPBOARD selection", "Send the PRIMARY as well as the CLIPBOARD selection",
true); false);
static PixelFormat vncGetPixelFormat(int scrIdx) static PixelFormat vncGetPixelFormat(int scrIdx)
{ {

Loading…
Cancel
Save