Default sendprimary to off

pull/73/head
Lauri Kasanen 4 years ago
parent 5b28a168d0
commit 1d1afc4c6c

@ -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